19 lines
461 B
Makefile
19 lines
461 B
Makefile
PORTNAME= systempreferences
|
|
PORTVERSION= 1.2.0
|
|
PORTREVISION= 9
|
|
CATEGORIES= deskutils gnustep
|
|
MASTER_SITES= GNUSTEP/usr-apps
|
|
DISTNAME= SystemPreferences-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= System Preferences application for GNUstep
|
|
WWW= http://www.gnustep.org/experience/systempreferences.html
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= gnustep
|
|
USE_GNUSTEP= back build
|
|
DEFAULT_LIBVERSION= 1.0.0
|
|
USE_LDCONFIG= ${GNUSTEP_SYSTEM_LIBRARIES}
|
|
|
|
.include <bsd.port.mk>
|