Buildlinkify.

This commit is contained in:
wiz 2001-12-12 18:10:14 +00:00
parent 7d04de62b8
commit 3dfb098f15
2 changed files with 11 additions and 6 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.7 2001/09/27 23:17:59 jlam Exp $
# $NetBSD: Makefile,v 1.8 2001/12/12 18:10:14 wiz Exp $
DISTNAME= gnotepad+-1.3.3
PKGNAME= ${DISTNAME:S/+//}
@ -10,14 +10,16 @@ HOMEPAGE= http://gnotepad.sourceforge.net/
COMMENT= easy-to-use, yet fairly feature-rich, simple HTML and text editor for X11
BUILD_USES_MSGFMT= yes
DEPENDS+= gnome-core-[0-9]*:../../x11/gnome-core
USE_X11BASE= YES
USE_GMAKE= YES
USE_LIBINTL= YES
USE_LIBTOOL= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
USE_BUILDLINK_ONLY= YES
GNU_CONFIGURE= # defined
.include "../../devel/gettext-lib/buildlink.mk"
.include "../../x11/gnome-core/buildlink.mk"
.include "../../mk/x11.buildlink.mk"
.include "../../mk/bsd.pkg.mk"

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.8 2001/04/02 18:46:07 wiz Exp $
# $NetBSD: Makefile,v 1.9 2001/12/12 18:13:25 wiz Exp $
#
DISTNAME= gperiodic-1.2.6
@ -11,13 +11,13 @@ HOMEPAGE= http://gperiodic.seul.org/
COMMENT= Displays a periodic table of the elements
BUILD_USES_MSGFMT= yes
DEPENDS+= gtk+-1.2.*:../../x11/gtk
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_LIBINTL= yes
USE_X11BASE= yes
USE_BUILDLINK_ONLY= yes
pre-configure:
.for f in config.cache config.h config.log config.status
${RM} -f ${WRKSRC}/$f
@ -26,4 +26,7 @@ pre-configure:
post-install:
${INSTALL_MAN} ${WRKSRC}/man/gperiodic.1 ${PREFIX}/man/man1/
.include "../../devel/gettext-lib/buildlink.mk"
.include "../../x11/gtk/buildlink.mk"
.include "../../mk/x11.buildlink.mk"
.include "../../mk/bsd.pkg.mk"