2013-03-07 03:25:10 +00:00
|
|
|
# Created by: ijliao
|
2005-03-04 06:37:54 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= pureadmin
|
2007-10-17 09:57:59 +00:00
|
|
|
PORTVERSION= 0.4
|
2012-06-01 05:26:28 +00:00
|
|
|
PORTREVISION= 6
|
2005-03-04 06:37:54 +00:00
|
|
|
CATEGORIES= ftp
|
2009-08-22 00:20:34 +00:00
|
|
|
MASTER_SITES= SF/purify/Default/${PORTVERSION}
|
2005-03-04 06:37:54 +00:00
|
|
|
|
2013-10-23 20:45:10 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2005-03-04 06:37:54 +00:00
|
|
|
COMMENT= Management utility for the PureFTPd
|
|
|
|
|
2014-01-04 23:40:44 +00:00
|
|
|
USES= fam gettext gmake pathfix pkgconfig
|
|
|
|
USE_GNOME= libglade2
|
2005-03-04 06:37:54 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2007-10-17 09:57:59 +00:00
|
|
|
INSTALLS_ICONS= yes
|
2005-11-26 15:54:32 +00:00
|
|
|
|
2011-09-23 22:26:39 +00:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
|
2005-03-04 06:37:54 +00:00
|
|
|
|
2007-10-17 09:57:59 +00:00
|
|
|
PORTDOCS= index.txt introduction.txt main_window.txt \
|
|
|
|
preferences.txt user_manager.txt
|
|
|
|
|
2013-09-20 17:23:18 +00:00
|
|
|
NO_STAGE= yes
|
2007-10-17 09:57:59 +00:00
|
|
|
pre-configure:
|
|
|
|
@${REINPLACE_CMD} -e '/install-data-local:/s|install-docs||' ${WRKSRC}/Makefile.in
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
@cd ${WRKSRC}/docs/ && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/
|
|
|
|
.endif
|
2005-03-04 06:37:54 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|