diff options
Diffstat (limited to 'net/fidelio/Makefile')
-rw-r--r-- | net/fidelio/Makefile | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/net/fidelio/Makefile b/net/fidelio/Makefile deleted file mode 100644 index 221f70203c33..000000000000 --- a/net/fidelio/Makefile +++ /dev/null @@ -1,31 +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 -PORTREVISION= 1 -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 -USE_REINPLACE= 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> |