freebsd-ports/x11/portoseguro/Makefile
Trevor Johnson 7a1045a215 Use MASTER_SITE_LOCAL because the author seems to have taken the
distfile offline when he moved his Web pages.  I've dropped him a
note about it, but judging from http://www.advogato.org/person/khazad/
he seems to feel this project is complete.
2001-06-01 15:39:23 +00:00

35 lines
721 B
Makefile

# New ports collection makefile for: portoseguro
# Date created: 2000-10-08
# Whom: trevor
#
# $FreeBSD$
#
PORTNAME= portoseguro
PORTVERSION= 0.4
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= trevor
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
USE_XPM= yes
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
${INSTALL_DATA} ${WRKSRC}/README ${X11BASE}/share/doc/portoseguro
.endif
.include <bsd.port.mk>