090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
26 lines
563 B
Makefile
26 lines
563 B
Makefile
# New ports collection makefile for: gpasman
|
|
# Date created: Mon Mai 10 1999
|
|
# Whom: domi@saargate.de
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gpasman
|
|
PORTVERSION= 1.3.1
|
|
PORTREVISION= 4
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://gpasman.sourceforge.net/files/
|
|
|
|
MAINTAINER= domi@saargate.de
|
|
COMMENT= A password manager that stores password information encrypted
|
|
|
|
PLIST_FILES= bin/gpasman
|
|
USE_GMAKE= yes
|
|
USE_GNOME= gtk12
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= GTKCONFIG="${GTK_CONFIG}"
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/src/gpasman ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|