d70523df21
Shared directories can now be created independently by the pacakges needing them and will be removed automatically by pkg_delete when empty. Packages needing empty directories can use the @pkgdir command in PLIST. Discussed and ok'd in thread starting at http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
39 lines
1 KiB
Makefile
39 lines
1 KiB
Makefile
# $NetBSD: Makefile,v 1.45 2009/07/22 09:01:40 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= dc_gui2-0.75
|
|
PKGREVISION= 24
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://ac2i.homelinux.com/dctc/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://ac2i.homelinux.com/dctc/
|
|
COMMENT= Graphical user interface for DCTC
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= dctc>=0.85.4:../../net/dctc
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_PKGLOCALEDIR= YES
|
|
CONFIGURE_ARGS+= --enable-manual-db-detect
|
|
USE_TOOLS+= gmake pkg-config msgfmt
|
|
USE_LIBTOOL= YES
|
|
|
|
UNLIMIT_RESOURCES+= datasize
|
|
|
|
CPPFLAGS+= -I${BUILDLINK_PREFIX.db4}/include/db4
|
|
CPPFLAGS+= -DNO_PRINTF_LOCALE
|
|
|
|
post-configure:
|
|
@${ECHO} '#ifndef MSG_NOSIGNAL' >> ${WRKSRC}/config.h
|
|
@${ECHO} '# define MSG_NOSIGNAL 0' >> ${WRKSRC}/config.h
|
|
@${ECHO} '#endif' >> ${WRKSRC}/config.h
|
|
@sleep 5
|
|
@${TOUCH} ${WRKSRC}/stamp-h ${WRKSRC}/stamp-h.in
|
|
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../databases/db4/buildlink3.mk"
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../devel/libgnomeui/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|