diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2019-08-17 19:16:50 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2019-08-17 19:16:50 +0200 |
commit | 1c4165669545b21ca866e159cd9c83fd1d59f3ff (patch) | |
tree | 81d70a6816fe614887e940c0ae6b49aae2e62cc3 /devel/xorg-util-macros | |
parent | 87e685e36082d7581d0ba003d0b12517d312487e (diff) |
Remove extra comments in Makefiles
Diffstat (limited to 'devel/xorg-util-macros')
-rw-r--r-- | devel/xorg-util-macros/Makefile | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/devel/xorg-util-macros/Makefile b/devel/xorg-util-macros/Makefile index b650fd1..f58717f 100644 --- a/devel/xorg-util-macros/Makefile +++ b/devel/xorg-util-macros/Makefile @@ -12,59 +12,12 @@ MAINTAINER = xenocara@openbsd.org # MIT PERMIT_PACKAGE = Yes -PERMIT_DISTFILES = Yes MASTER_SITES = ${MASTER_SITE_XORG:=util/} - -# build/configuration variables -# SEPARATE_BUILD = Yes CONFIGURE_STYLE = gnu -# for gnu stuff -#AUTOCONF_VERSION = ??? (defaults to 2.13) -#AUTOMAKE_VERSION = ??? (defaults to 1.4) -# config.guess and others are copied here -#MODGNU_CONFIG_GUESS_DIRS = ??? (defaults to ${WRKSRC}) - -# Is the build automagic or is it interactive -# -#IS_INTERACTIVE = Yes -#TEST_IS_INTERACTIVE = Yes - - -# 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 - .include <bsd.port.mk> |