1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/graphics/yap/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

43 lines
1.0 KiB
Makefile

# New ports collection makefile for: yap
# Date created: 30 Dec 2006
# Whom: dirk.meyer@dinoex.sub.org
#
# $FreeBSD$
#
PORTNAME= yap
PORTVERSION= 0.2
PORTREVISION= 3
CATEGORIES= graphics gnustep
MASTER_SITES= http://www.gnustep.it/marko/GPSText/
DISTNAME= Yap
EXTRACT_SUFX= .tgz
DIST_SUBDIR= repacked/2007-02-15
MAINTAINER= dinoex@FreeBSD.org
COMMENT= GNUstep a2ps/gs frontend
RUN_DEPENDS+= a2ps:${PORTSDIR}/print/a2ps-${PAPERSIZE}
USE_GNUSTEP= yes
USE_GNUSTEP_PREFIX= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
USE_GHOSTSCRIPT_RUN= yes
# - PAPERSIZE Use PAPERSIZE as in a2ps port, default to letter.
PAPERSIZE?= letter
.if ${PAPERSIZE} != a4 && ${PAPERSIZE} != letter && ${PAPERSIZE} != letterdj
.BEGIN:
@${ECHO_CMD}
@${ECHO_CMD} "PAPERSIZE incorrect value: ${PAPERSIZE}."
@${ECHO_CMD}
@${ECHO_CMD} "Must specify PAPERSIZE as one of a4, letter, or letterdj."
@${ECHO_CMD} "letterdj allows a slightly larger margins for DeskJets."
@${FALSE}
.endif
.include <bsd.port.mk>