summaryrefslogtreecommitdiff
path: root/x11-themes
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2003-05-20 18:18:32 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2003-05-20 18:18:32 +0000
commitd7c0a985e76c99e9c735d39853f459afc44f4809 (patch)
treed703a00159062838d63613a496060d539d53f5a7 /x11-themes
parentAdd WITH_BOCHS_TERM and WITH_BOCHS_VESA options and explicitly disable MMX on (diff)
Remove unnecessary BUILD_DEPENDS and clean up the Makefile a bit.
PR: ports/52485 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes: svn path=/head/; revision=81557
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/qnxstyle/Makefile20
1 files changed, 8 insertions, 12 deletions
diff --git a/x11-themes/qnxstyle/Makefile b/x11-themes/qnxstyle/Makefile
index 0c4cc8604b68..9f92c1be7e57 100644
--- a/x11-themes/qnxstyle/Makefile
+++ b/x11-themes/qnxstyle/Makefile
@@ -9,22 +9,18 @@ PORTNAME= qnxstyle
PORTVERSION= 0.1
CATEGORIES= x11-wm kde
MASTER_SITES= http://www.kde-look.org/content/files/
-DISTNAME= $(KDELOOKITEM)-${PORTNAME}-$(PORTVERSION)
+DISTNAME= ${KDELOOKITEM}-${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A QNX style/theme for KDE3
-BUILD_DEPENDS= autoconf213:${PORTSDIR}/devel/autoconf213 \
- automake14:${PORTSDIR}/devel/automake14
-
-.include <bsd.port.pre.mk>
-
KDELOOKITEM= 1444
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-USE_KDELIBS_VER=3
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-INSTALLS_SHLIB= yes
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+USE_KDELIBS_VER= 3
+GNU_CONFIGURE= yes
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+USE_GMAKE= yes
+INSTALLS_SHLIB= yes
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>