31e0b9f12c
Update the default Objective-C compiler. Fix various build failures in GNUstep ports from newer versions of the GNUstep core libraries and from changes to GNUstep Make. Update various ports that use GNUstep and bump the portrevision of the ones that haven't had a new release.
21 lines
451 B
Makefile
21 lines
451 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= popup
|
|
PORTVERSION= 0.5
|
|
PORTREVISION= 7
|
|
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+
|
|
|
|
USES= gnustep
|
|
USE_GNUSTEP= back build
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Popup.app/Popup
|
|
|
|
.include <bsd.port.mk>
|