2000-10-08 21:47:23 +00:00
|
|
|
# New ports collection makefile for: portoseguro
|
|
|
|
# Date created: 2000-10-08
|
|
|
|
# Whom: trevor
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= portoseguro
|
|
|
|
PORTVERSION= 0.4
|
|
|
|
CATEGORIES= x11
|
|
|
|
MASTER_SITES= http://www.ic.unicamp.br/~guazzibe/random/
|
|
|
|
DISTNAME= ${PORTNAME}-alpha4
|
|
|
|
|
|
|
|
MAINTAINER= trevor@FreeBSD.org
|
|
|
|
|
|
|
|
CONFIGURE_ENV= GTKCONFIG=${GTK_CONFIG}
|
|
|
|
USE_AUTOCONF= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GTK= yes
|
|
|
|
USE_X_PREFIX= yes
|
2000-10-17 02:49:05 +00:00
|
|
|
USE_XPM= yes
|
2000-10-08 21:47:23 +00:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
.for i in portoseguro portoseguro.conf
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${i} ${X11BASE}/bin
|
|
|
|
.endfor
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${X11BASE}/share/doc/portoseguro
|
2000-10-15 14:33:04 +00:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${X11BASE}/share/doc/portoseguro
|
2000-10-08 21:47:23 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|