diff options
author | jlam <jlam> | 2002-09-21 12:55:07 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-09-21 12:55:07 +0000 |
commit | 4fc0e1bbe98782de5b11e234360d29aec2938185 (patch) | |
tree | 64241d0248a6103834c3837757195b51b0c3861b /games/fkiss/Makefile | |
parent | a2cfea00b4d433ae06ef470fc9b90c991da0ec3b (diff) | |
download | pkgsrc-4fc0e1bbe98782de5b11e234360d29aec2938185.tar.gz |
* buildlink1 -> buildlink2
* include ossaudio.buildlink2.mk since fkiss links against libossaudio.*
* remove dependency on autoconf/automake.
Diffstat (limited to 'games/fkiss/Makefile')
-rw-r--r-- | games/fkiss/Makefile | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/games/fkiss/Makefile b/games/fkiss/Makefile index f47ca6e7196..4ce29b362c1 100644 --- a/games/fkiss/Makefile +++ b/games/fkiss/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/08/13 01:51:25 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.3 2002/09/21 12:55:07 jlam Exp $ # DISTNAME= fkiss-0.32 @@ -9,19 +9,14 @@ MAINTAINER= collver@linuxfreemail.com HOMEPAGE= http://www.oersted.co.jp/~yav/soft/indexe.html#fkiss COMMENT= kisekae viewer -BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf -BUILD_DEPENDS+= automake>=1.4:../../devel/automake -DEPENDS+= lha-*:../../archivers/lha +DEPENDS+= lha-[0-9]*:../../archivers/lha +USE_BUILDLINK2= yes +USE_X11= yes USE_GMAKE= yes GNU_CONFIGURE= yes CFLAGS+= -DUSE_STDARG -DHAVE_STDARG_H -pre-configure: - cd ${WRKSRC} && \ - automake && \ - autoreconf --force - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/fkiss ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/fkiss.man ${PREFIX}/man/man6/fkiss.6 @@ -35,5 +30,5 @@ do-install: >${PREFIX}/share/doc/fkiss/`${BASENAME} $$i`; \ done -.include "../../mk/x11.buildlink.mk" +.include "../../mk/ossaudio.buildlink2.mk" .include "../../mk/bsd.pkg.mk" |