diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-04-09 15:44:41 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-04-09 15:44:41 +0800 |
commit | 06f79b66f2eb028c4ab81977dcb1e010ef9cf946 (patch) | |
tree | b7aed86ac84412d11603ce23b7893d46f0d7475b /print | |
parent | 5c3f57fd49a53ee36e7a7bc6263e4dd1fd331c27 (diff) | |
download | freebsd-ports-gnome-06f79b66f2eb028c4ab81977dcb1e010ef9cf946.tar.gz freebsd-ports-gnome-06f79b66f2eb028c4ab81977dcb1e010ef9cf946.tar.zst freebsd-ports-gnome-06f79b66f2eb028c4ab81977dcb1e010ef9cf946.zip |
Convert bsd.gnustep.mk to USES=gnustep
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
Diffstat (limited to 'print')
-rw-r--r-- | print/gspdf/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/print/gspdf/Makefile b/print/gspdf/Makefile index 13befa6f3b45..dd2df80360f0 100644 --- a/print/gspdf/Makefile +++ b/print/gspdf/Makefile @@ -4,17 +4,14 @@ PORTNAME= gspdf PORTVERSION= 0.5 PORTREVISION= 2 CATEGORIES= print gnustep -MASTER_SITES= ${MASTER_SITE_SAVANNAH} -MASTER_SITE_SUBDIR= gap +MASTER_SITES= SAVANNAH/gap DISTNAME= GSPdf-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Postscript and Pdf Viewer for GNUstep -USE_GNUSTEP= yes -USE_GNUSTEP_BACK= yes -USE_GNUSTEP_BUILD= yes -USE_GNUSTEP_INSTALL= yes +USES= gnustep +USE_GNUSTEP= back build USE_GHOSTSCRIPT= yes MAKE_ENV+= GNUSTEP_INSTALLATION_DOMAIN=SYSTEM |