diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-01-10 14:59:59 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-01-10 14:59:59 +0000 |
commit | 83745d4518fa77b05fdf11a91841c67185d37048 (patch) | |
tree | 3aa825b8127ee728c02e222adcdbc1260fa7394e /games/xteddy | |
parent | df262c39e29642c50041b3c9e97581c4a4666d63 (diff) | |
download | ports-83745d4518fa77b05fdf11a91841c67185d37048.tar.gz ports-83745d4518fa77b05fdf11a91841c67185d37048.zip |
Notes
Diffstat (limited to 'games/xteddy')
-rw-r--r-- | games/xteddy/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games/xteddy/Makefile b/games/xteddy/Makefile index b23b2591b94e..0ffe4bc24bdb 100644 --- a/games/xteddy/Makefile +++ b/games/xteddy/Makefile @@ -12,14 +12,14 @@ MAINTAINER= freebsd@skysmurf.nl COMMENT= Cuddlesome teddy for the X desktop LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libImlib2.so:${PORTSDIR}/graphics/imlib2 -USES= pkgconfig +USES= localbase pkgconfig GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -lXext +LDFLAGS+= -lXext PLIST_FILES= bin/xteddy bin/xteddy_test bin/xtoys \ man/man6/xteddy.6.gz \ @@ -31,7 +31,6 @@ PLIST_FILES= bin/xteddy bin/xteddy_test bin/xtoys \ %%DATADIR%%/xpenguin.png %%DATADIR%%/xpuppy.png \ %%DATADIR%%/xruessel.png %%DATADIR%%/xteddy.png \ %%DATADIR%%/xtrouble.png %%DATADIR%%/xtuxxy.png -PLIST_DIRS= %%DATADIR%% post-patch: .for f in configure xteddy.c |