d32e698de6
XXX need to teach pkglint to be more picky about this
25 lines
669 B
Makefile
25 lines
669 B
Makefile
# $NetBSD: Makefile,v 1.8 2001/02/25 04:18:05 hubertf Exp $
|
|
#
|
|
|
|
DISTNAME= gtksamba-0.3.2pl1
|
|
PKGNAME= gtksamba-0.3.2.1
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.open-systems.com/gtksamba/
|
|
|
|
MAINTAINER= packages@NetBSD.org
|
|
HOMEPAGE= http://www.open-systems.com/gtksamba.html
|
|
COMMENT= Samba configuration tool for X Window System
|
|
|
|
DEPENDS+= gtk+-1.2.*:../../x11/gtk
|
|
|
|
USE_X11= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV+= CFLAGS="-DPREFIX='\"${PREFIX}\"' ${CFLAGS}"
|
|
|
|
post-install:
|
|
@ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/gtksamba
|
|
.for file in COPYING README TODO ChangeLog
|
|
@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/gtksamba
|
|
.endfor
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|