diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-08-09 17:00:57 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-08-09 17:00:57 +0800 |
commit | e729452178d4fd487a80135159bd0f6285e52684 (patch) | |
tree | 8451ec03d964140a3a43526888b95c3d1862ca05 /security/crank/Makefile | |
parent | 7179648d4bb24b7e3b1eaa847f31029ec6d10719 (diff) | |
download | freebsd-ports-gnome-e729452178d4fd487a80135159bd0f6285e52684.tar.gz freebsd-ports-gnome-e729452178d4fd487a80135159bd0f6285e52684.tar.zst freebsd-ports-gnome-e729452178d4fd487a80135159bd0f6285e52684.zip |
upgrade to 0.1.4
drop maintainership
Diffstat (limited to 'security/crank/Makefile')
-rw-r--r-- | security/crank/Makefile | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/security/crank/Makefile b/security/crank/Makefile index ba804eaede12..cb725c14bb75 100644 --- a/security/crank/Makefile +++ b/security/crank/Makefile @@ -7,26 +7,15 @@ # PORTNAME= crank -PORTVERSION= 0.1.3 +PORTVERSION= 0.1.4 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ijliao@FreeBSD.org +MAINTAINER= ports@FreeBSD.org USE_GTK= yes +GNU_CONFIGURE= yes USE_GMAKE= yes -post-patch: -.for file in Makefile plugin-src/Makefile - @${PERL} -pi -e "s,gtk-config,${GTK_CONFIG},g" ${WRKSRC}/${file} -.endfor - @${PERL} -pi -e "s,plugins,${PREFIX}/lib/crank,g" ${WRKSRC}/crank.h - @${PERL} -pi -e "s, -g , ,g" ${WRKSRC}/plugin-src/Makefile - -do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/crank ${PREFIX}/bin - @${MKDIR} ${PREFIX}/lib/crank - @${CP} ${WRKSRC}/plugin-src/*.so ${PREFIX}/lib/crank - .include <bsd.port.mk> |