blob: 170c0c4047b77d5b61e413e646c3496add8e1bf2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= lusernet
PORTVERSION= 0.4.2
PORTREVISION= 11
CATEGORIES= news gnustep
MASTER_SITES= LOCAL/dinoex
DISTNAME= LuserNET-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= GNUstep news reader
LICENSE= GPLv2
USES= gnustep
USE_GNUSTEP= back build
LIB_DEPENDS= libPantomime.so:mail/pantomime
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/LuserNET.app/LuserNET
.include <bsd.port.mk>
|