forked from Lainports/freebsd-ports
Simplify gnustep ports Hook into the regular ports framework: - LIB_DEPENDS for library dependencies - Use regular USE_LDCONFIG Reuse USES=objc (automatic) USE_GNUSTEP is now a macro to set the dependencies and build feature needed. Accepted arguments: back base build gui Merge deskutils/preferencepanes into deskutils/systempreferences
18 lines
356 B
Makefile
18 lines
356 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= popup
|
|
PORTVERSION= 0.5
|
|
PORTREVISION= 4
|
|
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
|
|
|
|
.include <bsd.port.mk>
|