diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
commit | 8503536d3896846d823f7f76be54e0a99da8d8b6 (patch) | |
tree | 1a89e4038216ead71b008f2a5091474964e1c341 /graphics/goom/Makefile | |
parent | c20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff) | |
download | freebsd-ports-8503536d3896846d823f7f76be54e0a99da8d8b6.zip |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Diffstat (limited to 'graphics/goom/Makefile')
-rw-r--r-- | graphics/goom/Makefile | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/graphics/goom/Makefile b/graphics/goom/Makefile index 2ad5fc2bcc59..b288eba9e0fe 100644 --- a/graphics/goom/Makefile +++ b/graphics/goom/Makefile @@ -7,6 +7,7 @@ PORTNAME= goom PORTVERSION= 2k4.0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -19,7 +20,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION:S|.|-|} USE_GNOME= gnomehack gnometarget GNU_CONFIGURE= yes USE_GCC= 3.4 -USE_AUTOTOOLS= libtool:15:inc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --disable-sdltest --enable-static @@ -39,13 +39,4 @@ pre-everything:: @${ECHO} "" .endif -patch-autotools:: - @(cd ${PATCH_WRKSRC}; \ - for file in ${LIBTOOLFILES}; do \ - ${CP} $$file $$file.tmp; \ - ${SED} -e "/^ltmain=/s^\$$ac_aux_dir/ltmain.sh^${LTMAIN}^g" \ - $$file.tmp > $$file; \ - ${RM} $$file.tmp; \ - done); - .include <bsd.port.mk> |