diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/aolserver-nsgd/Makefile | 62 | ||||
-rw-r--r-- | graphics/aolserver-nsgd/distinfo | 2 | ||||
-rw-r--r-- | graphics/aolserver-nsgd/pkg-descr | 3 |
4 files changed, 0 insertions, 68 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index d48d48f..1d35ed9 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -43,7 +43,6 @@ SUBDIR += ampasCTL SUBDIR += animorph SUBDIR += aoi - SUBDIR += aolserver-nsgd SUBDIR += apngasm SUBDIR += apngdis SUBDIR += apvlv diff --git a/graphics/aolserver-nsgd/Makefile b/graphics/aolserver-nsgd/Makefile deleted file mode 100644 index 19bb55b..0000000 --- a/graphics/aolserver-nsgd/Makefile +++ /dev/null @@ -1,62 +0,0 @@ -# Created by: Martin Matuska <mm@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= nsgd -PORTVERSION= 2.0 -PORTREVISION= 10 -CATEGORIES= graphics www -MASTER_SITES= http://www.aolserver.cz/download/ -PKGNAMEPREFIX= aolserver- -DISTNAME= ${PORTNAME}2 -EXTRACT_SUFX= .tgz -DIST_SUBDIR= aolserver - -MAINTAINER= ports@FreeBSD.org -COMMENT= Graphics module for AOLserver - -LICENSE= GPLv2 - -DEPRECATED= abandonware, messing up on clusters -EXPIRATION_DATE= 2014-04-03 - -WRKSRC= ${WRKDIR} - -AOLSERVERBASE?= aolserver -LIB_DEPENDS+= gd:${PORTSDIR}/graphics/gd -BUILD_DEPENDS+= ${LOCALBASE}/${AOLSERVERBASE}/bin/nsd:${PORTSDIR}/www/aolserver -RUN_DEPENDS+= ${LOCALBASE}/${AOLSERVERBASE}/bin/nsd:${PORTSDIR}/www/aolserver - -USE_GMAKE= yes - -USES= tcl - -NO_STAGE= yes -.include <bsd.port.pre.mk> - -CFLAGS+= "-I${LOCALBASE}/include" - -MAKE_ARGS= NSHOME="${LOCALBASE}/${AOLSERVERBASE}" \ - MODLIBS="-L${LOCALBASE}/lib -lgd" \ - DLLLIBS="-L${LOCALBASE}/lib -lgd" - -PLIST_FILES= ${AOLSERVERBASE}/bin/nsgd2.so \ - ${AOLSERVERBASE}/lib/libnsgd2.a \ - ${AOLSERVERBASE}/lib/libnsgd2.so - -PORTDOCS= nsgd.html - -post-patch: - @${REINPLACE_CMD} -e 's/CFLAGS =/CFLAGS +=/g' \ - -e '/^OBJS =.*/{p;s/OBJS =.*/MODOBJS = $$(OBJS)/g;}' \ - -e 's/^MODLIBS =/#MODLIBS =/g' \ - ${WRKSRC}/Makefile - -post-install: -.if !defined(NOPORTDOCS) - @ ${MKDIR} ${DOCSDIR} -.for FILE in ${PORTDOCS} - @ ${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.post.mk> diff --git a/graphics/aolserver-nsgd/distinfo b/graphics/aolserver-nsgd/distinfo deleted file mode 100644 index 6ac5660..0000000 --- a/graphics/aolserver-nsgd/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (aolserver/nsgd2.tgz) = 5631b94bb3322da74f71a65a5e768f07d75f4b27be74f1d38edd268db3824192 -SIZE (aolserver/nsgd2.tgz) = 14602 diff --git a/graphics/aolserver-nsgd/pkg-descr b/graphics/aolserver-nsgd/pkg-descr deleted file mode 100644 index 6663ee6..0000000 --- a/graphics/aolserver-nsgd/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Graphics module for aolserver (3.x,4.x) - -WWW: http://www.aolserver.cz/ |