1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/news/lusernet/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

23 lines
437 B
Makefile

# $FreeBSD$
PORTNAME= lusernet
PORTVERSION= 0.4.2
PORTREVISION= 6
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>