9156bf1b9e
Some ports were already installing in the System domain, for these just remove the Makefile lines explicitly specifying the install domain. The rest are installed in the Local domain, remove any overrides, update their pkg-plists and any explicit paths in the Makefiles and then bump port revision. Approved by: bapt (mentor) Differential Revision: https://reviews.freebsd.org/D2977
23 lines
491 B
Makefile
23 lines
491 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= affiche
|
|
PORTVERSION= 0.6.0
|
|
PORTREVISION= 6
|
|
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>
|