summaryrefslogtreecommitdiff
path: root/net-p2p/fidelio/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2003-10-02 20:55:58 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2003-10-02 20:55:58 +0000
commit1cf501d6f87b43d3b20cdc1df1942dccff3796bd (patch)
tree888348323662d1fceb365259a7bc1b95e8e8d3f1 /net-p2p/fidelio/Makefile
parent. s:NO_CDROM:RESTRICTED: as neither the distfiles nor the packages should (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_9_0'.release/4.9.0
Notes
Notes: svn path=/head/; revision=90063 svn path=/tags/RELEASE_4_9_0/; revision=90064; tag=release/4.9.0
Diffstat (limited to 'net-p2p/fidelio/Makefile')
-rw-r--r--net-p2p/fidelio/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/net-p2p/fidelio/Makefile b/net-p2p/fidelio/Makefile
deleted file mode 100644
index 149e4e021ffb..000000000000
--- a/net-p2p/fidelio/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# New ports collection makefile for: fidelio
-# Date created: 13 November 2000
-# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= fidelio
-PORTVERSION= 1.0.b1
-CATEGORIES= net gnome
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/b/}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A GNOME client for Hotline
-
-USE_X_PREFIX= yes
-USE_GNOME= gnomehack gnomelibs gnomeprefix
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-post-patch:
- @${REINPLACE_CMD} -e \
- 's|<xmlversion.h>|<libxml/xmlversion.h>|g' ${WRKSRC}/configure
-
-.include <bsd.port.mk>