Lines 9-21
Link Here
|
9 |
DISTNAME= ${PORTNAME}-${PORTVERSION}_src |
9 |
DISTNAME= ${PORTNAME}-${PORTVERSION}_src |
10 |
|
10 |
|
11 |
MAINTAINER= martymac@FreeBSD.org |
11 |
MAINTAINER= martymac@FreeBSD.org |
12 |
COMMENT= A hierarchical text notes manager |
12 |
COMMENT= Hierarchical text notes manager |
13 |
|
13 |
|
14 |
LICENSE= BSD |
14 |
LICENSE= BSD |
15 |
|
15 |
|
16 |
USE_GMAKE= yes |
16 |
USE_GMAKE= yes |
17 |
USE_GNOME= gtk20 gtksourceview2 gnomevfs2 desktopfileutils |
17 |
USE_GNOME= gtk20 gtksourceview2 gnomevfs2 |
18 |
USES= gettext pkgconfig |
18 |
USES= desktop-file-utils gettext pkgconfig shared-mime-info |
19 |
|
19 |
|
20 |
USE_DOS2UNIX= yes |
20 |
USE_DOS2UNIX= yes |
21 |
DOS2UNIX_REGEX= .*\.(c|h|cpp) |
21 |
DOS2UNIX_REGEX= .*\.(c|h|cpp) |
Lines 35-42
Link Here
|
35 |
@${REINPLACE_CMD} -e 's|^docsdir=.*|docsdir=${DOCSDIR}|' \ |
35 |
@${REINPLACE_CMD} -e 's|^docsdir=.*|docsdir=${DOCSDIR}|' \ |
36 |
${WRKSRC}/Makefile |
36 |
${WRKSRC}/Makefile |
37 |
|
37 |
|
38 |
post-install: |
|
|
39 |
@-update-mime-database ${PREFIX}/share/mime |
40 |
@-update-desktop-database |
41 |
|
42 |
.include <bsd.port.mk> |
38 |
.include <bsd.port.mk> |