freebsd-ports/textproc/popup/Makefile
David Chisnall 9156bf1b9e Make all GNUstep ports install into the System domain so that the Local domain is available for stuff built from source.
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
2015-09-19 10:33:34 +00:00

21 lines
461 B
Makefile

# $FreeBSD$
PORTNAME= popup
PORTVERSION= 0.5
PORTREVISION= 6
CATEGORIES= textproc gnustep
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Popup-${PORTVERSION}pre1
DISTNAME= Popup-${PORTVERSION}pre1
MAINTAINER= ports@FreeBSD.org
COMMENT= Interactive learning aid for pairs of words
LICENSE= GPLv2 # or later
USES= gnustep
USE_GNUSTEP= back build
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Popup.app/Popup
.include <bsd.port.mk>