mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
16 lines
318 B
Makefile
16 lines
318 B
Makefile
VERSION= 3.11.3
|
|
|
|
EPOCH= 0
|
|
REVISION= 1
|
|
|
|
PORTROACH= site:https://ftp.fu-berlin.de/unix/mail/postfix/official/
|
|
SITES= ${SITE_POSTFIX:=official/}
|
|
|
|
NEEDS_OPENSSL= Yes
|
|
|
|
# used in PLIST to construct @pkgpath matching the built flavour
|
|
FLAVOR_STRING= ${FLAVOR_EXT:S/-/,/g}
|
|
SUBST_VARS+= FLAVOR_STRING
|
|
|
|
.include <bsd.port.mk>
|