diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-12-09 13:22:10 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-12-09 13:22:10 +0000 |
commit | b2d9def9a570c0295df0005af9c2c45e3ba2250e (patch) | |
tree | acbdc25501176eb4bb66e06caa05871af670dab4 /print/enscript-letter/Makefile | |
parent | 8d83740d7dc6adbbe8eea99a2c67372b62f7bd67 (diff) |
Notes
Diffstat (limited to 'print/enscript-letter/Makefile')
-rw-r--r-- | print/enscript-letter/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/print/enscript-letter/Makefile b/print/enscript-letter/Makefile index f81abd21d6da..7b13ee092ea3 100644 --- a/print/enscript-letter/Makefile +++ b/print/enscript-letter/Makefile @@ -5,19 +5,20 @@ # $FreeBSD$ # -PORTNAME= enscript-${PAPERSIZE} +PORTNAME= enscript PORTVERSION= 1.6.4 PORTREVISION= 1 CATEGORIES+= print -MASTER_SITES= http://people.ssh.com/mtr/genscript/ +MASTER_SITES= http://www.codento.com/people/mtr/genscript/ +PKGNAMESUFFIX= -${PAPERSIZE} DISTNAME= enscript-${PORTVERSION} -MAINTAINER?= ports@FreeBSD.org +MAINTAINER?= rafan@infor.org COMMENT= ASCII to PostScript filter GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-nls --with-media=${PS} -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} INFO= enscript MAN1= diffpp.1 enscript.1 sliceprint.1 states.1 |