1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/security/gpasman/Makefile
Mario Sergio Fujikawa Ferreira 9764e65058 Deploy USE_GNOMENG infrastructure
PR:		42288
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2002-09-01 15:18:25 +00:00

26 lines
477 B
Makefile

# New ports collection makefile for: gpasman
# Date created: Mon Mai 10 1999
# Whom: domi@saargate.de
#
# $FreeBSD$
#
PORTNAME= gpasman
PORTVERSION= 1.3.0
CATEGORIES= security
MASTER_SITES= http://gpasman.nl.linux.org/
MAINTAINER= domi@saargate.de
USE_GMAKE= yes
USE_X_PREFIX= yes
USE_GNOMENG= 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>