mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
32 lines
583 B
Makefile
32 lines
583 B
Makefile
# New ports collection makefile for: grap
|
|
# Date created: 4 February 2000
|
|
# Whom: faber@lunabase.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= grap
|
|
PORTVERSION= 1.26
|
|
CATEGORIES= textproc graphics
|
|
MASTER_SITES= http://www.lunabase.org/~faber/Vault/software/grap/
|
|
|
|
MAINTAINER= faber@lunabase.org
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS=--with-freebsd-ports
|
|
|
|
MAN1= grap.1
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} >= 500035
|
|
BROKEN= "Does not compile on 5.0"
|
|
.endif
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
cd ${WRKSRC} && make install-docs
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|