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

22 lines
479 B
Makefile

PORTNAME= affiche
PORTVERSION= 0.6.0
PORTREVISION= 11
CATEGORIES= deskutils gnustep
MASTER_SITES= http://www.collaboration-world.com/affiche.data/releases/Stable/
DISTNAME= Affiche-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Affiche allows people to stick notes
LICENSE= GPLv2
USES= gnustep
USE_GNUSTEP= back build
WRKSRC= ${WRKDIR}/Affiche
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Affiche.app/Affiche
.include <bsd.port.mk>