c487cb967a
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
25 lines
639 B
Makefile
25 lines
639 B
Makefile
# $NetBSD: Makefile,v 1.3 2004/10/03 00:18:27 tv Exp $
|
|
|
|
DISTNAME= swiggle-0.3.2
|
|
PKGREVISION= 1
|
|
CATEGORIES= www graphics
|
|
MASTER_SITES= http://mailbox.univie.ac.at/~le/swiggle/files/
|
|
|
|
MAINTAINER= snj@NetBSD.org
|
|
HOMEPAGE= http://mailbox.univie.ac.at/~le/swiggle/
|
|
COMMENT= Lightweight image gallery generator
|
|
|
|
USE_BUILDLINK3= yes
|
|
|
|
SUBST_CLASSES+= mf
|
|
SUBST_STAGE.mf= post-patch
|
|
SUBST_FILES.mf= Makefile
|
|
SUBST_SED.mf= -e "s/gcc/${CC}/" -e "s/-O3//"
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/swiggle ${PREFIX}/bin/
|
|
|
|
.include "../../graphics/jpeg/buildlink3.mk"
|
|
.include "../../graphics/libexif/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|