Lines 1-13
Link Here
|
1 |
# Created by: Charlie Kester <corky1951#comcast.net> |
1 |
# Created by: Charlie Kester <corky1951#comcast.net> |
2 |
# $FreeBSD$ |
2 |
# $FreeBSD: head/deskutils/osmo/Makefile 393302 2015-07-31 12:54:33Z amdmi3 $ |
3 |
|
3 |
|
4 |
PORTNAME= osmo |
4 |
PORTNAME= osmo |
5 |
PORTVERSION= 0.2.12 |
5 |
PORTVERSION= 0.2.14 |
6 |
PORTREVISION= 1 |
6 |
PORTREVISION= 1 |
7 |
CATEGORIES= deskutils |
7 |
CATEGORIES= deskutils |
8 |
MASTER_SITES= SF/${PORTNAME}-pim/${PORTNAME}-pim/${PORTNAME}-${PORTVERSION} |
8 |
MASTER_SITES= SF/${PORTNAME}-pim/${PORTNAME}-pim/${PORTNAME}-${PORTVERSION} |
9 |
|
9 |
|
10 |
MAINTAINER= ports@FreeBSD.org |
10 |
MAINTAINER= w.schwarzenfeld@utanet.at |
11 |
COMMENT= Personal organizer |
11 |
COMMENT= Personal organizer |
12 |
|
12 |
|
13 |
LICENSE= GPLv2 # (or later) |
13 |
LICENSE= GPLv2 # (or later) |
Lines 28-35
INSTALLS_ICONS= yes
Link Here
|
28 |
CPPFLAGS+= -I${LOCALBASE}/include |
28 |
CPPFLAGS+= -I${LOCALBASE}/include |
29 |
LDFLAGS+= -L${LOCALBASE}/lib |
29 |
LDFLAGS+= -L${LOCALBASE}/lib |
30 |
|
30 |
|
31 |
POFILES= bg ca cs da de el en_GB es fi fr gl gl_ES hu it ja lt nl \ |
31 |
WORKSRCDIR= ${PORTNAME}/${PORTVERSION} |
32 |
pl pt pt_BR ro ru sv te tr uk ur ur_PK zh_CN |
32 |
|
|
|
33 |
POFILES= bg ca cs da de el en_GB es fi fr gl gl_ES he hu it ja lt nl \ |
34 |
pl pt pt_BR ro ru sr sv te tr uk ur ur_PK zh_CN |
33 |
|
35 |
|
34 |
post-build: |
36 |
post-build: |
35 |
.for p in ${POFILES} |
37 |
.for p in ${POFILES} |
Lines 37-40
post-build:
Link Here
|
37 |
.endfor |
39 |
.endfor |
38 |
|
40 |
|
39 |
.include <bsd.port.mk> |
41 |
.include <bsd.port.mk> |
40 |
|
|
|