pkgsrc-wip/gtk2-engines-smooth/Makefile
Johnny C. Lam 84663f5da5 Mechanical conversion to use LIBTOOLIZE_PLIST (which defaults to "yes" in
pkgsrc).  LIBTOOL_LA_FILES is no more.
2004-09-23 05:59:29 +00:00

23 lines
630 B
Makefile

# $NetBSD: Makefile,v 1.9 2004/09/23 05:59:41 jlamwww Exp $
DISTNAME= GTK2-Smooth-Engine
PKGNAME= gtk2-engines-smooth-0.5.6
WRKSRC= ${WRKDIR}/gtk-smooth-engine-0.5.6
CATEGORIES= x11
MASTER_SITES= http://ftp.gnome.org/pub/GNOME/teams/art.gnome.org/themes/gtk2/
MAINTAINER= dotz@irc.pl
HOMEPAGE= http://art.gnome.org/
COMMENT= Smooth theme engine for GTK+ 2.x
USE_BUILDLINK3= YES
USE_LIBTOOL= YES
USE_GNU_TOOLS+= make
GNU_CONFIGURE= YES
post-install:
cd ${WRKSRC}/themes/Delightfully-Smooth/gtk2/ && \
${SETENV} ${MAKE_ENV} ${MAKE} install
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"