freebsd-ports/ftp/pureadmin/Makefile
Beech Rintoul 45a812efa1 - Adopt orphan ports in ftp category.
Approved by:	linimon (mentor, implicit)
2008-01-23 22:43:36 +00:00

41 lines
932 B
Makefile

# ex:ts=8
# Ports collection makefile for: pureadmin
# Date created: Mar 4, 2005
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= pureadmin
PORTVERSION= 0.4
CATEGORIES= ftp
MASTER_SITES= SF
MASTER_SITE_SUBDIR= purify
MAINTAINER= beech@FreeBSD.org
COMMENT= Management utility for the PureFTPd
USE_GNOME= pkgconfig gnomehack gnometarget libglade2
USE_FAM= yes
USE_GETTEXT= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
INSTALLS_ICONS= yes
CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
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
.include <bsd.port.mk>