mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
33 lines
705 B
Makefile
33 lines
705 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= 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
|
||
|
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 ${LOCALBASE}/share/doc/portoseguro
|
||
|
.endif
|
||
|
|
||
|
.include <bsd.port.mk>
|