Lines 2-11
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= editor |
4 |
PORTNAME= editor |
5 |
PORTVERSION= 0.2.1 |
5 |
PORTVERSION= 0.3.0 |
6 |
PORTREVISION= 1 |
|
|
7 |
CATEGORIES= editors |
6 |
CATEGORIES= editors |
8 |
MASTER_SITES= http://www.defora.org/os/download/download/3702/ |
7 |
MASTER_SITES= http://www.defora.org/os/download/download/4326/ |
9 |
PKGNAMEPREFIX= deforaos- |
8 |
PKGNAMEPREFIX= deforaos- |
10 |
DISTNAME= Editor-${PORTVERSION} |
9 |
DISTNAME= Editor-${PORTVERSION} |
11 |
|
10 |
|
Lines 21-24
Link Here
|
21 |
USES= desktop-file-utils gettext pkgconfig |
20 |
USES= desktop-file-utils gettext pkgconfig |
22 |
USE_GNOME= gtk20 |
21 |
USE_GNOME= gtk20 |
23 |
|
22 |
|
|
|
23 |
post-patch: |
24 |
${REINPLACE_CMD} 's|data doc po|data po|' \ |
25 |
${WRKSRC}/Makefile |
26 |
|
27 |
post-install: |
28 |
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/editor |
29 |
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/filter |
30 |
|
24 |
.include <bsd.port.mk> |
31 |
.include <bsd.port.mk> |