diff options
author | jhale <jhale@FreeBSD.org> | 2012-10-02 18:28:23 +0800 |
---|---|---|
committer | jhale <jhale@FreeBSD.org> | 2012-10-02 18:28:23 +0800 |
commit | 20925f5282c557c9e1641663f308bfc503a0e804 (patch) | |
tree | 62d8bcddc4fb6fac8d94f61fa1915494ada038ae /games/openalchemist | |
parent | d89cf8f6b71c8ae45382f92c2ab7a67978d199cd (diff) | |
download | freebsd-ports-gnome-20925f5282c557c9e1641663f308bfc503a0e804.tar.gz freebsd-ports-gnome-20925f5282c557c9e1641663f308bfc503a0e804.tar.zst freebsd-ports-gnome-20925f5282c557c9e1641663f308bfc503a0e804.zip |
- Update devel/clanlib to 2.3.6
- Adjust dependent ports to use devel/clanlib1 [1]
- Strip Makefile headers
PR: ports/171333
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (maintainer)
Approved by: makc (mentor), maintainers via private email [1]
Diffstat (limited to 'games/openalchemist')
-rw-r--r-- | games/openalchemist/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/games/openalchemist/Makefile b/games/openalchemist/Makefile index bc1174d1749b..b9c120aa4260 100644 --- a/games/openalchemist/Makefile +++ b/games/openalchemist/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: openalchemist -# Date created: Sat Oct 01 09:30:00 UTC 2003 -# Whom: Ganael LAPLANCHE <ganael.laplanche@martymac.org> -# +# Created by: Ganael LAPLANCHE <ganael.laplanche@martymac.org> # $FreeBSD$ -# PORTNAME= openalchemist PORTVERSION= 0.3 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -22,7 +18,7 @@ LICENSE_FILE_CCbySA= ${WRKSRC}/GRAPHICS-LICENSE LICENSE_PERMS_CCbySA= ${_LICENSE_PERMS_DEFAULT} BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip -LIB_DEPENDS= clanCore:${PORTSDIR}/devel/clanlib \ +LIB_DEPENDS= clanCore:${PORTSDIR}/devel/clanlib1 \ jpeg:${PORTSDIR}/graphics/jpeg \ png15:${PORTSDIR}/graphics/png @@ -43,7 +39,8 @@ PORTDOCS= AUTHORS ChangeLog README TODO .include <bsd.port.options.mk> post-patch: - @${REINPLACE_CMD} -E -e 's|^%|#|g' ${WRKSRC}/configure.ac + @${REINPLACE_CMD} -E -e 's|0.8|1.0|g' -e 's|^%|#|g' ${WRKSRC}/configure.ac + @${REINPLACE_CMD} -E -e 's|0.8|1.0|g' ${WRKSRC}/build/Makefile.am @${REINPLACE_CMD} -E -e 's|^dist_pkgdata_DATA =.*|dist_pkgdata_DATA = data/* skins/aqua.zip skins/brushed.zip skins/vectoriel.zip|g' ${WRKSRC}/Makefile.am @${REINPLACE_CMD} -E -e 's|^#!/usr/bin/python|#!${LOCALBASE}/bin/python|g' ${WRKSRC}/openalchemist-config |