freebsd-ports/deskutils/gworkspace/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

22 lines
428 B
Makefile

PORTNAME= gworkspace
PORTVERSION= 0.9.4
PORTREVISION= 5
CATEGORIES= deskutils gnustep
#MASTER_SITES= http://www.gnustep.it/enrico/gworkspace/
MASTER_SITES= GNUSTEP/usr-apps
MAINTAINER= ports@FreeBSD.org
COMMENT= GNUstep workspace manager
LICENSE= GPLv2
USES= gnustep
USE_GNUSTEP= back build
USE_LDCONFIG= ${GNUSTEP_SYSTEM_LIBRARIES}
GNU_CONFIGURE= yes
pre-configure:
${RM} -r ${WRKSRC}/GWMetadata
.include <bsd.port.mk>