diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-02-27 01:05:19 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-02-27 01:05:19 +0000 |
commit | 3a93c08cd424e3c6e35c021346e257e2136f6298 (patch) | |
tree | e5b244f8eab75a4947b9d7ce8d757989718c5333 /net/sipcalc | |
parent | Convert an explicit LIB_DEPEND upon gtk20 to use of the USE_GNOME (diff) |
Remove all stalled Makefiles in net category.
Approved and reviewed by: marcus
Notes
Notes:
svn path=/head/; revision=102249
Diffstat (limited to 'net/sipcalc')
-rw-r--r-- | net/sipcalc/Makefile | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/net/sipcalc/Makefile b/net/sipcalc/Makefile deleted file mode 100644 index 26055aa6bc65..000000000000 --- a/net/sipcalc/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: sipcalc -# Date created: 24.03.2002 -# Whom: Janos.Mohacsi@dante.org.uk -# -# $FreeBSD$ -# - -PORTNAME= sipcalc -PORTVERSION= 1.1.2 -CATEGORIES= net ipv6 -MASTER_SITES= http://www.routemeister.net/projects/sipcalc/files/ - -MAINTAINER= Janos.Mohacsi@bsd.hu -COMMENT= Sipcalc is an IP subnet calculator with IPv6 support - -USE_GETOPT_LONG= yes - -GNU_CONFIGURE= yes -MAN1= sipcalc.1 - -DOC_FILES= doc/sipcalc.txt - -post-install: -.ifndef(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for file in ${DOC_FILES} - @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.mk> |