diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2003-05-20 18:18:32 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2003-05-20 18:18:32 +0000 |
commit | d7c0a985e76c99e9c735d39853f459afc44f4809 (patch) | |
tree | d703a00159062838d63613a496060d539d53f5a7 /x11-themes | |
parent | 6990a606950f4a50056c1f5b47bac04a38f24dfc (diff) | |
download | ports-d7c0a985e76c99e9c735d39853f459afc44f4809.tar.gz ports-d7c0a985e76c99e9c735d39853f459afc44f4809.zip |
Notes
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/qnxstyle/Makefile | 20 |
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> |