diff options
Diffstat (limited to 'misc/estic/Makefile')
-rw-r--r-- | misc/estic/Makefile | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/misc/estic/Makefile b/misc/estic/Makefile index 4635de837ee5..c83700b93476 100644 --- a/misc/estic/Makefile +++ b/misc/estic/Makefile @@ -3,7 +3,7 @@ PORTNAME= estic PORTVERSION= 1.61 -PORTREVISION= 1 +PORTREVISION= 1 CATEGORIES= misc comms MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= dinoex @@ -13,21 +13,23 @@ DISTFILES= estic-1.60-sources.zip estic-1.61-patch-from-1.60.zip MAINTAINER= dinoex@FreeBSD.org COMMENT= Controller for ISDN TK-Anlage (PBX) made by Istec -USE_ZIP= yes -NO_WRKSUBDIR= yes +NO_STAGE= yes + +USE_ZIP= yes +NO_WRKSUBDIR= yes .if defined(WITHOUT_X11) -NOX11_SUFFIX?= -nox11 +NOX11_SUFFIX?= -nox11 X_OR_NOT= -PLIST_SUB+= WITHOUT_X="" -PLIST_SUB+= WITH_X="@comment " +PLIST_SUB+= WITHOUT_X="" +PLIST_SUB+= WITH_X="@comment " .else -USE_XORG= x11 +USE_XORG= x11 X_OR_NOT=-x -PLIST_SUB+= WITHOUT_X="@comment " -PLIST_SUB+= WITH_X="" +PLIST_SUB+= WITHOUT_X="@comment " +PLIST_SUB+= WITH_X="" .endif -AUTHOR= "Ullrich von Bassewitz" <uz@ibb.schwaben.com> +AUTHOR= "Ullrich von Bassewitz" <uz@ibb.schwaben.com> # Personal Preferences, Where to install. PBX_VAR=${PREFIX}/var/log/pbx @@ -44,7 +46,6 @@ MAKEFILE=make/freebsd${X_OR_NOT}.mak EXTRA_PATCHES+= ${FILESDIR}/dtr-off.patch .endif -NO_STAGE= yes pre-patch: @${ECHO_MSG} "===> Applying distribution patches for ${PKGNAME}" # @${PATCH} -d ${PATCH_WRKSRC}/estic --forward --quiet -E -p0 --batch < ${WRKDIR}/estic.diff |