flavor these ports

This commit is contained in:
turan 2000-04-22 12:12:07 +00:00
parent e87b4729fa
commit 32c3161dd8
4 changed files with 39 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.20 2000/04/11 06:09:57 turan Exp $
# $OpenBSD: Makefile,v 1.21 2000/04/22 12:12:07 turan Exp $
BROKEN= sources missing
@ -36,6 +36,17 @@ NO_PACKAGE= interactive port
MANUAL_PACKAGE_BUILD= PAPERSIZE has to be set to Letter or A4
GNU_CONFIGURE= Yes
FLAVORS= a4 letter letterdj
.if defined(FLAVOR)
.if ${FLAVOR} == "a4"
PAPERSIZE= A4
.elif ${FLAVOR} == "letterdj"
PAPERSIZE= Letterdj
.elif ${FLAVOR} == "letter"
PAPERSIZE= Letter
.endif
.endif
PAPERSIZE?=
STRIP=

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.38 2000/04/21 18:45:12 espie Exp $
# $OpenBSD: Makefile,v 1.39 2000/04/22 12:12:07 turan Exp $
# $FreeBSD: Makefile,v 1.23 1997/11/09 10:17:02 asami Exp $
#
@ -34,8 +34,10 @@
# SUBDIR += p5-MD5
# SUBDIR += p5-PGP
SUBDIR += parse
SUBDIR += pgp
SUBDIR += pgp5
SUBDIR += pgp:usa
SUBDIR += pgp:intl
SUBDIR += pgp5:usa
SUBDIR += pgp5:intl
SUBDIR += pgplib
# SUBDIR += pidentd
SUBDIR += portscanner

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2000/04/18 09:48:00 turan Exp $
# $OpenBSD: Makefile,v 1.20 2000/04/22 12:12:07 turan Exp $
DISTNAME= pgp263is
PKGNAME= pgp-2.6.3
@ -20,6 +20,16 @@ WRKDIST= ${WRKDIR}/src
FAKE= Yes
FLAVORS= usa intl
.if defined(FLAVOR)
.if ${FLAVOR} == "usa"
USA_RESIDENT= yes
.elif ${FLAVOR} == "intl"
USA_RESIDENT= no
.endif
.endif
# common C flags
CFLAGS+=-DUNIX -DPORTABLE -DMERIT -DIDEA32 -DMAX_NAMELEN=255 \
-DPGP_DOC_DIR=\\\"${PGP_DOC_DIR}\\\"

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.14 2000/04/18 09:48:01 turan Exp $
# $OpenBSD: Makefile,v 1.15 2000/04/22 12:12:07 turan Exp $
DISTNAME= pgp50i-unix-src
PKGNAME= pgp-5.0i
@ -27,6 +27,16 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= "no commercial use"
PERMIT_DISTFILES_FTP= Yes
FLAVORS= usa intl
.if defined(FLAVOR)
.if ${FLAVOR} == "usa"
USA_RESIDENT= yes
.elif ${FLAVOR} == "intl"
USA_RESIDENT= no
.endif
.endif
USE_AUTOCONF= Yes
CONFIGURE_ENV= LOCALBASE="${LOCALBASE}"