mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
21 lines
433 B
Makefile
21 lines
433 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= wizardkit
|
|
PORTVERSION= 0.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel gnustep
|
|
MASTER_SITES= http://download.gna.org/pmanager/0.2/
|
|
DISTNAME= WizardKit-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Framework needed by Project Manager
|
|
|
|
USES= tar:bzip2
|
|
USE_GNUSTEP= yes
|
|
USE_GNUSTEP_BACK= yes
|
|
USE_GNUSTEP_BUILD= yes
|
|
USE_GNUSTEP_INSTALL= yes
|
|
USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
|
|
|
|
.include <bsd.port.mk>
|