diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-07-09 15:43:14 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-07-09 15:43:14 +0000 |
commit | 2e84e919e9c8b31f1b0cf907f03add4b57169db8 (patch) | |
tree | ef398721ed02221e216dc0c47dd0b37580d78cb9 /x11/xteddy | |
parent | 4447426da30704c61b2cf3a4ac907a76821639b0 (diff) | |
download | pkgsrc-2e84e919e9c8b31f1b0cf907f03add4b57169db8.tar.gz |
Converted to use buildlink.mk files
Diffstat (limited to 'x11/xteddy')
-rw-r--r-- | x11/xteddy/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/xteddy/Makefile b/x11/xteddy/Makefile index 78bd73b05d6..95812e32efc 100644 --- a/x11/xteddy/Makefile +++ b/x11/xteddy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/02/25 04:18:30 hubertf Exp $ +# $NetBSD: Makefile,v 1.6 2001/07/09 15:43:14 zuntum Exp $ DISTNAME= xteddy-1.1 CATEGORIES= x11 games @@ -8,12 +8,13 @@ MAINTAINER= johnam@mail.kemper.org HOMEPAGE= http://www.ITN.LiU.SE/~stegu/xteddy COMMENT= Xteddy is a cuddly teddy bear for your X Windows desktop +USE_BUILDLINK_ONLY= YES USE_X11= YES -USE_XPM= YES GNU_CONFIGURE= YES pre-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/xteddy ${INSTALL_DATA_DIR} ${PREFIX}/share/xteddy/pixmaps +.include "../../graphics/xpm/buildlink.mk" .include "../../mk/bsd.pkg.mk" |