mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
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
32 lines
619 B
Makefile
32 lines
619 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= gworkspace
|
|
PORTVERSION= 0.9.3
|
|
CATEGORIES= deskutils gnustep
|
|
#MASTER_SITES= http://www.gnustep.it/enrico/gworkspace/
|
|
MASTER_SITES= GNUSTEP/usr-apps
|
|
|
|
MAINTAINER= theraven@FreeBSD.org
|
|
COMMENT= GNUstep workspace manager
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= gnustep
|
|
USE_GNUSTEP= back build
|
|
USE_LDCONFIG= ${GNUSTEP_SYSTEM_LIBRARIES}
|
|
|
|
GNU_CONFIGURE= yes
|
|
ADDITIONAL_LDFLAGS+= -L${WRKSRC}/FSNode/FSNode.framework/Versions/A
|
|
|
|
.if defined(WITHOUT_GHOSTSCRIPT)
|
|
PLIST_SUB+= PDFVIEW="@comment "
|
|
.else
|
|
PLIST_SUB+= PDFVIEW=""
|
|
USES+= ghostscript
|
|
.endif
|
|
|
|
pre-configure:
|
|
${RM} -rf ${WRKSRC}/GWMetadata
|
|
|
|
.include <bsd.port.mk>
|