diff options
author | hubertf <hubertf> | 1997-10-22 01:04:58 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1997-10-22 01:04:58 +0000 |
commit | a083f6092bb72e93624040bccaa85b4ed84efcd1 (patch) | |
tree | 461a2c37733590dd2cdcb7323af22129c1085f76 /editors/sam | |
parent | 3acdcb0127d0f1de276a83967bcebe7f4393c089 (diff) | |
download | pkgsrc-a083f6092bb72e93624040bccaa85b4ed84efcd1.tar.gz |
Add MANCOMPRESSED, MAN1, MAN3, MAN4, MAN6.
Diffstat (limited to 'editors/sam')
-rw-r--r-- | editors/sam/Makefile | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/editors/sam/Makefile b/editors/sam/Makefile index 02616375615..0f4cc133a46 100644 --- a/editors/sam/Makefile +++ b/editors/sam/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1997/10/09 14:35:23 agc Exp $ +# $NetBSD: Makefile,v 1.3 1997/10/22 01:04:58 hubertf Exp $ # New ports collection makefile for: sam # Version required: 4.3 # Date created: Sun Aug 13 12:36:14 CDT 1995 @@ -20,4 +20,14 @@ EXTRACT_CMD= zcat EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= |sh +OPSYS!= uname -s +.if (${OPSYS} == "NetBSD") +MANCOMPRESSED= yes +.endif + +MAN1= sam.1 +MAN3= add.3 balloc.3 bitblt.3 cachechars.3 event.3 frame.3 graphics.3 rgbpix.3 rune.3 +MAN4= font.4 keyboard.4 utf.4 +MAN6= bitmap.6 regexp.6 + .include <bsd.port.mk> |