mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
d7f59ea8de
Approved by: gurkan@linuks.mine.nu
28 lines
671 B
Makefile
28 lines
671 B
Makefile
# New ports collection makefile for: preferencepanes
|
|
# Date created: 29 Oct 2006
|
|
# Whom: dirk.meyer@dinoex.sub.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= preferencepanes
|
|
PORTVERSION= 1.0.1
|
|
CATEGORIES= deskutils
|
|
MASTER_SITES= http://www.gnustep.it/enrico/system-preferences/
|
|
DISTNAME= systempreferences-${PORTVERSION}
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
|
COMMENT= PreferencePanes framework for GNUstep
|
|
|
|
USE_GNUSTEP= yes
|
|
USE_GNUSTEP_PREFIX= yes
|
|
USE_GNUSTEP_BACK= yes
|
|
USE_GNUSTEP_BUILD= yes
|
|
USE_GNUSTEP_INSTALL= yes
|
|
DEFAULT_LIBVERSION= 1.0.0
|
|
USE_GNUSTEP_LDCONFIG= ${GNUSTEP_SYSTEM_LIBRARIES}
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/PreferencePanes
|
|
|
|
.include <bsd.port.mk>
|