diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2013-06-18 19:46:51 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2013-06-18 19:46:51 +0800 |
commit | df95a2d560d09c86d1a500fe7c6e846a721ff3bf (patch) | |
tree | e391a5b5894d27043bb95bd6680b03174979f810 /games/gnudoku | |
parent | 3de9e5720382e61bea8dbab6e1287a0b29e64dc0 (diff) | |
download | freebsd-ports-gnome-df95a2d560d09c86d1a500fe7c6e846a721ff3bf.tar.gz freebsd-ports-gnome-df95a2d560d09c86d1a500fe7c6e846a721ff3bf.tar.zst freebsd-ports-gnome-df95a2d560d09c86d1a500fe7c6e846a721ff3bf.zip |
- Trim Makefile headers
- Drop ABI versions from LIB_DEPENDS
- OptionsNG
- Pet portlint
- Switch to dynamic plist where useful
Diffstat (limited to 'games/gnudoku')
-rw-r--r-- | games/gnudoku/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/games/gnudoku/Makefile b/games/gnudoku/Makefile index 355a11d49224..c108ab147c6d 100644 --- a/games/gnudoku/Makefile +++ b/games/gnudoku/Makefile @@ -1,23 +1,21 @@ -# New ports collection makefile for: GNUDoku -# Date created: 12 Jan 2006 -# Whom: Dmitry Marakasov <amdmi3@amdmi3.ru> -# +# Created by: Dmitry Marakasov <amdmi3@amdmi3.ru> # $FreeBSD$ -# PORTNAME= GNUDoku PORTVERSION= 0.93 PORTREVISION= 6 CATEGORIES= games -MASTER_SITES= http://offload2.icculus.org:9090/~jcspray/GNUDoku/ +MASTER_SITES= http://offload2.icculus.org:9090/~jcspray/GNUDoku/ \ + http://mirror.amdmi3.ru/distfiles/ MAINTAINER= amdmi3@FreeBSD.org COMMENT= A free program for creating and solving Su Doku puzzles -LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 +LIB_DEPENDS= gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24 USE_GMAKE= yes MAKE_ENV= CXXLAGS="${CXXFLAGS}" +USE_PKGCONFIG= build post-patch: @${REINPLACE_CMD} -e 's|PREFIX=|PREFIX?=|' ${WRKSRC}/Makefile |