diff options
Diffstat (limited to 'devel/xcb-proto')
-rw-r--r-- | devel/xcb-proto/Makefile | 53 |
1 files changed, 1 insertions, 52 deletions
diff --git a/devel/xcb-proto/Makefile b/devel/xcb-proto/Makefile index 594533c..ebc2ff3 100644 --- a/devel/xcb-proto/Makefile +++ b/devel/xcb-proto/Makefile @@ -17,28 +17,6 @@ MASTER_SITES = https://xcb.freedesktop.org/dist/ MODULES= lang/python SEPARATE_BUILD = Yes -#SEPARATE_BUILD = flavored (distinct flavors may share a common WRKSRC) -#USE_GMAKE = Yes -#USE_GROFF = Yes -# Programs that require GNU libtool to build instead of the OpenBSD one -# should use this option. Add a comment explaining why. Don't use this if -# a port requires libtool's .m4 files but otherwise can use OpenBSD libtool, -# in that case use "BUILD_DEPENDS=devel/libtool" instead. -#USE_LIBTOOL= gnu -# Set CONFIGURE_STYLE to value corresponding to some standard configuration -# perl [modbuild]: perl's MakeMaker Makefile.PL (modbuild: perl's -# Module::Build Build.PL) -# gnu [autoconf] [old] [dest]: gnu style configure (old: no -# sysconfdir), (dest: add DESTDIR, does not handle it), -# autoconf: run autoconf to regenerate configure script. implies gnu. -# (see also "do-gen" target below). -# XXX: cygnus products do NOT use autoconf for making the main -# configure from configure.in -# imake [noman]: port uses imake for configuration. -# (noman: no man page installation) -# simple: port has its own configure script -# none: override default CONFIGURE_STYLE coming from a module -# (needed for some ports using lang/python, etc.) CONFIGURE_STYLE = autoreconf # for gnu stuff @@ -46,37 +24,8 @@ AUTOCONF_VERSION = 2.69 AUTOMAKE_VERSION = 1.12 -# Things that we don't want to do for this port/package -# Generally, DON'T set anything to No if it's not needed. -# The time gained is not worth it. -# NO_BUILD = Yes NO_TEST = Yes - -# Overrides for default values -# -#CFLAGS = ??? -#LDFLAGS = ??? -#MAKE_FILE = ??? -#PKG_ARCH = ??? (* for arch-independent packages) -#WRKDIST = ??? if other than ${WRKDIR}/${DISTNAME} -#WRKSRC = ??? if other than ${WRKDIST} -#WRKBUILD = ??? if other than ${WRKSRC} -#WRKCONF = ??? if other than ${WRKBUILD} - -#ALL_TARGET = ??? -#INSTALL_TARGET = ??? -#TEST_TARGET = ??? - -# For ports that use a script or autoreconf to generate autoconf/automake -# files (where "CONFIGURE_STYLE=autoconf" isn't enough), use some/all of these -# dependencies, and add a do-gen target: -# -#BUILD_DEPENDS = ${MODGNU_AUTOCONF_DEPENDS} \ -# ${MODGNU_AUTOMAKE_DEPENDS} \ -# devel/libtool -# -#do-gen: -# cd ${WRKSRC}; ${AUTOCONF_ENV} ./autogen.sh +MODPY_BUILDDEP = Yes .include <bsd.port.mk> |