summaryrefslogtreecommitdiffstats
path: root/ftp/pureadmin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/pureadmin/Makefile')
-rw-r--r--ftp/pureadmin/Makefile32
1 files changed, 32 insertions, 0 deletions
diff --git a/ftp/pureadmin/Makefile b/ftp/pureadmin/Makefile
new file mode 100644
index 000000000..83d397700
--- /dev/null
+++ b/ftp/pureadmin/Makefile
@@ -0,0 +1,32 @@
+# ex:ts=8
+# Ports collection makefile for: pureadmin
+# Date created: Mar 4, 2005
+# Whom: ijliao
+#
+# $FreeBSD: ports/ftp/pureadmin/Makefile,v 1.8 2006/05/07 11:09:21 edwin Exp $
+#
+
+PORTNAME= pureadmin
+PORTVERSION= 0.3
+PORTREVISION= 1
+CATEGORIES= ftp
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= purify
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= Management utility for the PureFTPd
+
+USE_X_PREFIX= yes
+USE_GNOME= gnomehack gnomeprefix libglade2
+USE_FAM= yes
+INSTALLS_ICONS= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
+
+CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
+LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|-std=gnu99||g' ${WRKSRC}/src/Makefile.in
+
+.include <bsd.port.mk>