diff options
author | ijliao <ijliao@FreeBSD.org> | 2005-03-04 14:37:54 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2005-03-04 14:37:54 +0800 |
commit | b98022dd56a44ccff94739b690cde02ddb718efa (patch) | |
tree | 8e3469ab7ea76b1f0293c08aa14c8566e4a19364 /ftp/pureadmin | |
parent | d3dfd25fca8f355a4b79517ee2b973f74e09a119 (diff) | |
download | freebsd-ports-gnome-b98022dd56a44ccff94739b690cde02ddb718efa.tar.gz freebsd-ports-gnome-b98022dd56a44ccff94739b690cde02ddb718efa.tar.zst freebsd-ports-gnome-b98022dd56a44ccff94739b690cde02ddb718efa.zip |
add pureadmin 0.2.1
Management utility for the PureFTPd
Diffstat (limited to 'ftp/pureadmin')
-rw-r--r-- | ftp/pureadmin/Makefile | 39 | ||||
-rw-r--r-- | ftp/pureadmin/distinfo | 2 | ||||
-rw-r--r-- | ftp/pureadmin/pkg-descr | 7 |
3 files changed, 48 insertions, 0 deletions
diff --git a/ftp/pureadmin/Makefile b/ftp/pureadmin/Makefile new file mode 100644 index 000000000000..74ca84cc99d0 --- /dev/null +++ b/ftp/pureadmin/Makefile @@ -0,0 +1,39 @@ +# ex:ts=8 +# Ports collection makefile for: pureadmin +# Date created: Mar 4, 2005 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= pureadmin +PORTVERSION= 0.2.1 +CATEGORIES= ftp +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= purify + +MAINTAINER= ports@FreeBSD.org +COMMENT= Management utility for the PureFTPd + +LIB_DEPENDS= fam.0:${PORTSDIR}/devel/fam + +USE_GNOME= gnomehack gnomeprefix pkgconfig gtk20 +USE_GETTEXT= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +PLIST_FILES= bin/pureadmin bin/pureadminsearch \ + share/locale/fr/LC_MESSAGES/pureadmin.mo \ + share/locale/it/LC_MESSAGES/pureadmin.mo \ + share/locale/sv/LC_MESSAGES/pureadmin.mo \ + share/gnome/applications/pureadmin.desktop \ + share/gnome/pixmaps/pureadmin.png + +post-install: + @${FIND} ${PREFIX}/share/gnome/pureadmin ! -type d | \ + ${SED} 's,${PREFIX}/,,' >> ${TMPPLIST} + @${FIND} ${PREFIX}/share/gnome/pureadmin -type d | ${SORT} -r | \ + ${SED} 's,${PREFIX}/,@dirrm ,' >> ${TMPPLIST} + +.include <bsd.port.mk> diff --git a/ftp/pureadmin/distinfo b/ftp/pureadmin/distinfo new file mode 100644 index 000000000000..af6ebaaad6ef --- /dev/null +++ b/ftp/pureadmin/distinfo @@ -0,0 +1,2 @@ +MD5 (pureadmin-0.2.1.tar.gz) = 0caa46620188df142f2d118cc30430d3 +SIZE (pureadmin-0.2.1.tar.gz) = 273477 diff --git a/ftp/pureadmin/pkg-descr b/ftp/pureadmin/pkg-descr new file mode 100644 index 000000000000..8cb1c6718d2a --- /dev/null +++ b/ftp/pureadmin/pkg-descr @@ -0,0 +1,7 @@ +PureAdmin is a graphical tool used to make the management of PureFTPd a little +easier. It uses the GTK+2.x widgets for its GUI and thus are not dependent on +a specific desktop environment such as GNOME or KDE. It is, however, designed +with the GNOME Human Interface Guidelines in mind so it should integrate +nicely with at least GNOME. + +WWW: http://purify.sourceforge.net/ |