diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-31 11:28:39 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-31 11:28:39 +0800 |
commit | 25d1a3033fc1968628c7a7224c345b656bef0984 (patch) | |
tree | 868f4eaa6323706cd186210f8cd6c604a943f1d8 /graphics/gsculpt/Makefile | |
parent | 0d50c0b23784053a9fbae34cac66f9cec48f9982 (diff) | |
download | marcuscom-ports-25d1a3033fc1968628c7a7224c345b656bef0984.tar marcuscom-ports-25d1a3033fc1968628c7a7224c345b656bef0984.tar.gz marcuscom-ports-25d1a3033fc1968628c7a7224c345b656bef0984.tar.bz2 marcuscom-ports-25d1a3033fc1968628c7a7224c345b656bef0984.tar.lz marcuscom-ports-25d1a3033fc1968628c7a7224c345b656bef0984.tar.xz marcuscom-ports-25d1a3033fc1968628c7a7224c345b656bef0984.tar.zst marcuscom-ports-25d1a3033fc1968628c7a7224c345b656bef0984.zip |
X11BASE -> LOCALBASE, gtk12 lives in LOCALBASE. Bump the PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6899 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/gsculpt/Makefile')
-rw-r--r-- | graphics/gsculpt/Makefile | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/graphics/gsculpt/Makefile b/graphics/gsculpt/Makefile new file mode 100644 index 000000000..4267a45ca --- /dev/null +++ b/graphics/gsculpt/Makefile @@ -0,0 +1,38 @@ +# ex:ts=8 +# New ports collection makefile for: gSculpt +# Date created: Oct 10, 2001 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= gsculpt +PORTVERSION= 0.3 +PORTREVISION= 4 +CATEGORIES= graphics +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} +DISTNAME= gSculpt-${PORTVERSION}-src + +MAINTAINER= ports@FreeBSD.org +COMMENT= An Opensource 3D modelling application + +PLIST_FILES= bin/gsculpt +WRKSRC= ${WRKDIR}/gSculpt-${PORTVERSION} +USE_GNOME= gtk12 +USE_GMAKE= yes + +.include <bsd.port.pre.mk> + +post-patch: + @${REINPLACE_CMD} -e "s,-O3 -Wall -Werror,${CXXFLAGS},g ; \ + s,gtk-config,${GTK_CONFIG},g ; \ + s,/usr/include/glib.h,${LOCALBASE}/include/glib12/glib.h,g ; \ + s,/usr/include/gtk/,${LOCALBASE}/include/gtk12/gtk/,g ; \ + s,/usr/include/gdk/,${LOCALBASE}/include/gtk12/gdk/,g" \ + ${WRKSRC}/Makefile + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/bin/gsculpt ${PREFIX}/bin + +.include <bsd.port.post.mk> |