diff options
author | anholt <anholt@FreeBSD.org> | 2004-01-25 15:52:36 +0800 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2004-01-25 15:52:36 +0800 |
commit | 83cf210aae55e131dd7257597620835881d2bcd1 (patch) | |
tree | f6d78a0b04360f4b8425bf00267529b133beeba9 /x11/renderext/Makefile | |
parent | 4f97b4277aeeb676c922b37ad00e1343a70cf5d6 (diff) | |
download | freebsd-ports-graphics-83cf210aae55e131dd7257597620835881d2bcd1.tar.gz freebsd-ports-graphics-83cf210aae55e131dd7257597620835881d2bcd1.tar.zst freebsd-ports-graphics-83cf210aae55e131dd7257597620835881d2bcd1.zip |
Complete repocopy of x11-toolkits/render to x11/renderext, and use the new
distfile.
Diffstat (limited to 'x11/renderext/Makefile')
-rw-r--r-- | x11/renderext/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/renderext/Makefile b/x11/renderext/Makefile index e6df4a873c8..1b243c4f891 100644 --- a/x11/renderext/Makefile +++ b/x11/renderext/Makefile @@ -8,16 +8,17 @@ PORTNAME= renderext PORTVERSION= 0.8 PORTREVISION= 1 -CATEGORIES= x11 x11-toolkits +CATEGORIES= x11 MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/ -DISTNAME= render-${PORTVERSION} MAINTAINER= x11@FreeBSD.org COMMENT= Header files and documentation for the X render extension +USE_BZIP2= yes PREFIX?= ${X11BASE} GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes +USE_GNOME= gnomehack pkgconfig .include <bsd.port.mk> |