1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Remove more cruft from Makefile.kde

This commit is contained in:
Michael Nottebrock 2004-05-22 17:22:35 +00:00
parent 70d7ff05c9
commit f5a241781e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109719
2 changed files with 0 additions and 64 deletions

View File

@ -34,32 +34,6 @@ post-extract:
.endif # !target(post-extract)
.endif # defined(KDE_I18N)
# Unfortunately, this feature doesn't work right now due to binary files.
_NO_KDE_PATCHUP=yes
# Start options here.
.if !defined(_NO_KDE_PATCHUP)
.if !defined(KDE_PATCHFROM_VER)
PATCHFROM_VER= ${KDE_ORIGVER}
.else
PATCHFROM_VER= ${KDE_PATCHFROM_VER}
.endif
.if !defined(KDE_PATCHTO_VER)
PATCHTO_VER= ${KDE_VERSION}
.else
PATCHTO_VER= ${KDE_PATCHTO_VER}
.endif
.if !defined(KDE_DISTNAME)
DISTNAME= ${PORTNAME}-${PATCHFROM_VER}
.else
DISTNAME= ${KDE_DISTNAME}
.endif
PATCH_SITES= ${MASTER_SITE_LOCAL}
PATCH_SITE_SUBDIR= will/kde-diffs/${KDE_VERSION}
PATCHFILES= ${PORTNAME}-${PATCHFROM_VER}-${PATCHTO_VER}.diff.bz2
PATCH_DIST_STRIP=-p1
.endif
.if !defined(_NO_KDE_FINAL) && defined(WANT_KDE_FINAL)
CONFIGURE_ARGS+=--enable-final
.endif
@ -73,12 +47,6 @@ STRIP=''
.endif # defined(PARALLEL_PACKAGE_BUILD) || !defined(WANT_KDE_DEBUG)
.endif # !defined(_NO_KDE_NDEBUG)
.if !defined(_NO_KDE_NON_I386_OPTS)
.if ${MACHINE_ARCH} == "alpha"
CFLAGS= -O0 ${KDE_CFLAGS}
.endif # ${MACHINE_ARCH} == "alpha"
.endif # !defined(_NO_KDE_NON_I386_OPTS)
.if !defined(_NO_KDE_XINERAMA)
.if !defined(WITHOUT_XINERAMA)
CONFIGURE_ARGS+= --with-xinerama

View File

@ -34,32 +34,6 @@ post-extract:
.endif # !target(post-extract)
.endif # defined(KDE_I18N)
# Unfortunately, this feature doesn't work right now due to binary files.
_NO_KDE_PATCHUP=yes
# Start options here.
.if !defined(_NO_KDE_PATCHUP)
.if !defined(KDE_PATCHFROM_VER)
PATCHFROM_VER= ${KDE_ORIGVER}
.else
PATCHFROM_VER= ${KDE_PATCHFROM_VER}
.endif
.if !defined(KDE_PATCHTO_VER)
PATCHTO_VER= ${KDE_VERSION}
.else
PATCHTO_VER= ${KDE_PATCHTO_VER}
.endif
.if !defined(KDE_DISTNAME)
DISTNAME= ${PORTNAME}-${PATCHFROM_VER}
.else
DISTNAME= ${KDE_DISTNAME}
.endif
PATCH_SITES= ${MASTER_SITE_LOCAL}
PATCH_SITE_SUBDIR= will/kde-diffs/${KDE_VERSION}
PATCHFILES= ${PORTNAME}-${PATCHFROM_VER}-${PATCHTO_VER}.diff.bz2
PATCH_DIST_STRIP=-p1
.endif
.if !defined(_NO_KDE_FINAL) && defined(WANT_KDE_FINAL)
CONFIGURE_ARGS+=--enable-final
.endif
@ -73,12 +47,6 @@ STRIP=''
.endif # defined(PARALLEL_PACKAGE_BUILD) || !defined(WANT_KDE_DEBUG)
.endif # !defined(_NO_KDE_NDEBUG)
.if !defined(_NO_KDE_NON_I386_OPTS)
.if ${MACHINE_ARCH} == "alpha"
CFLAGS= -O0 ${KDE_CFLAGS}
.endif # ${MACHINE_ARCH} == "alpha"
.endif # !defined(_NO_KDE_NON_I386_OPTS)
.if !defined(_NO_KDE_XINERAMA)
.if !defined(WITHOUT_XINERAMA)
CONFIGURE_ARGS+= --with-xinerama