freebsd-ports/sysutils/gag/Makefile
Alejandro Pulver 6fd24a9cd4 - Update to version 4.9.
- Add amd64 and ia64 to ONLY_FOR_ARCHS (i386 compatible).
- Remove '@' from install commands.
2008-03-17 16:20:29 +00:00

35 lines
664 B
Makefile

# New ports collection makefile for: gag
# Date created: 12 Jul 2005
# Whom: Alejandro Pulver <alejandro@varnet.biz>
#
# $FreeBSD$
#
PORTNAME= gag
PORTVERSION= 4.9
CATEGORIES= sysutils
MASTER_SITES= SF
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= alepulver@FreeBSD.org
COMMENT= Graphical Boot Manager
ONLY_FOR_ARCHS= i386 amd64 ia64
USE_ZIP= yes
NO_BUILD= yes
# security/gag
CONFLICTS= gag-2*
NO_LATEST_LINK= yes
do-install:
${MKDIR} ${DATADIR}
.for f in cdrom.iso disk.dsk
${INSTALL_DATA} ${WRKSRC}/${f} ${DATADIR}
.endfor
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/docs/* ${DOCSDIR}
.endif
.include <bsd.port.mk>