aboutsummaryrefslogtreecommitdiff
path: root/security/crank/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-08-09 09:00:57 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-08-09 09:00:57 +0000
commitea90d3c5c5f0f34543921e37afffe21a6ffce43c (patch)
treeb3b0ad4fb1a18b6913f3a7162999ec6f2306e2bd /security/crank/Makefile
parented1ea6cfd97b82bd4dd40054e929c0347fab75fd (diff)
downloadports-ea90d3c5c5f0f34543921e37afffe21a6ffce43c.tar.gz
ports-ea90d3c5c5f0f34543921e37afffe21a6ffce43c.zip
Notes
Diffstat (limited to 'security/crank/Makefile')
-rw-r--r--security/crank/Makefile17
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>