1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/ftp/pureadmin/Makefile
Dmitry Marakasov b5838b922d - Clarify LICENSE
- Add LICENSE_FILE
- Switch to USES=localbase
- Switch to options helpers
2016-01-31 21:46:33 +00:00

35 lines
783 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= pureadmin
PORTVERSION= 0.4
PORTREVISION= 6
CATEGORIES= ftp
MASTER_SITES= SF/purify/Default/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Management utility for the PureFTPd
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= fam gettext gmake localbase pathfix pkgconfig
USE_GNOME= intltool libglade2
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
LIBS+= -lX11 -lm
PORTDOCS= index.txt introduction.txt main_window.txt \
preferences.txt user_manager.txt
OPTIONS_DEFINE= DOCS
pre-configure:
@${REINPLACE_CMD} -e '/install-data-local:/s|install-docs||' ${WRKSRC}/Makefile.in
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC}/docs/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/
.include <bsd.port.mk>