2005-03-04 06:37:54 +00:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: pureadmin
|
|
|
|
# Date created: Mar 4, 2005
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= pureadmin
|
2007-10-17 09:57:59 +00:00
|
|
|
PORTVERSION= 0.4
|
2010-05-31 02:01:56 +00:00
|
|
|
PORTREVISION= 5
|
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
|
|
|
|
2009-12-15 19:48:26 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2005-03-04 06:37:54 +00:00
|
|
|
COMMENT= Management utility for the PureFTPd
|
|
|
|
|
2007-10-17 09:57:59 +00:00
|
|
|
USE_GNOME= pkgconfig gnomehack gnometarget libglade2
|
2005-11-26 15:54:32 +00:00
|
|
|
USE_FAM= yes
|
2007-10-17 09:57:59 +00:00
|
|
|
USE_GETTEXT= yes
|
|
|
|
USE_GMAKE= yes
|
2005-03-04 06:37:54 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2005-11-26 15:54:32 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
2007-10-17 09:57:59 +00:00
|
|
|
INSTALLS_ICONS= yes
|
2005-11-26 15:54:32 +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
|
|
|
|
|
|
|
|
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>
|