1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/news/lusernet/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

21 lines
425 B
Makefile

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>