summaryrefslogtreecommitdiff
path: root/graphics/giftrans
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-11-18 11:44:27 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-11-18 11:44:27 +0000
commit300c45cf2e488b0b4bef726272d1259f14ae8ed9 (patch)
tree842a2dc4580fa0370f28faca34d61ab06c735859 /graphics/giftrans
parentRemove spurious ^M at end of lines. (diff)
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Notes
Notes: svn path=/head/; revision=4575
Diffstat (limited to 'graphics/giftrans')
-rw-r--r--graphics/giftrans/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/graphics/giftrans/Makefile b/graphics/giftrans/Makefile
index def41d97bcb1..8358d75af402 100644
--- a/graphics/giftrans/Makefile
+++ b/graphics/giftrans/Makefile
@@ -3,17 +3,18 @@
# Date created: 14 October 1996
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1996/10/30 11:12:25 jfitz Exp $
#
DISTNAME= giftrans
PKGNAME= giftrans-1.12
-CATEGORIES+= graphics
+CATEGORIES= graphics
MASTER_SITES= ftp://ftp.lab.kdd.co.jp/infosystems/misc/tools/
MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp
-CONFIGURE_ENV+= X11BASE=${X11BASE}
+CONFIGURE_ENV= X11BASE=${X11BASE}
+MAN1= giftrans.1
do-build:
(cd ${WRKSRC}; cc -O2 -m486 giftrans.c -o giftrans)
@@ -22,8 +23,4 @@ do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/giftrans ${PREFIX}/bin
@ ${INSTALL_MAN} ${WRKSRC}/giftrans.1 ${PREFIX}/man/man1
-.if !defined(NOMANCOMPRESS)
- gzip -9nf ${PREFIX}/man/man1/giftrans.1
-.endif
-
.include <bsd.port.mk>