openbsd-ports/x11/xloadimage/Makefile

63 lines
1.7 KiB
Makefile
Raw Normal View History

2006-09-18 06:52:09 -04:00
# $OpenBSD: Makefile,v 1.31 2006/09/18 10:52:10 espie Exp $
2000-08-06 07:51:34 -04:00
COMMENT= "graphics file viewer for X11"
2000-08-06 07:51:34 -04:00
VERSION= 4.1
2006-04-21 11:46:32 -04:00
REVISION= 16 # Debian
2000-08-06 07:51:34 -04:00
DISTNAME= xloadimage.${VERSION}
PKGNAME= xloadimage-${VERSION}.${REVISION}
CATEGORIES= x11 graphics
2000-08-06 07:51:34 -04:00
2005-04-17 19:02:51 -04:00
FAKE= lib
2000-09-23 08:38:21 -04:00
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
2000-08-06 07:51:34 -04:00
# BSD
2000-04-03 16:34:52 -04:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2000-02-12 01:29:49 -05:00
2004-05-18 04:45:33 -04:00
MASTER_SITES= ${MASTER_SITE_R5CONTRIB}
MASTER_SITES0= ftp://ftp.debian.org/debian/pool/main/x/xloadimage/ \
ftp://ftp.de.debian.org/debian/pool/main/x/xloadimage/
PATCHFILES= xloadimage_${VERSION}-${REVISION}.diff.gz:0
PATCH_DIST_STRIP= -p1
2006-09-18 06:52:09 -04:00
LIB_DEPENDS= png.>=2::graphics/png tiff.>=35::graphics/tiff
WANTLIB= X11 c jpeg m z
2001-01-17 19:36:31 -05:00
USE_X11= Yes
CONFIGURE_STYLE=gnu
2005-04-17 19:02:51 -04:00
CONFIGURE_ENV= CPPFLAGS="-I${DEPBASE}/include/libpng -I${DEPBASE}/include" \
LDFLAGS="-L${DEPBASE}/lib"
2001-10-25 12:14:51 -04:00
NO_REGRESS= Yes
2000-08-06 07:51:34 -04:00
2003-04-05 21:59:48 -05:00
post-distpatch:
@for p in ${WRKDIST}/debian/patches/*.dpatch; do \
${PATCH} ${PATCH_DIST_ARGS} < $$p; \
done
2000-08-06 07:51:34 -04:00
post-patch:
@chmod a+rx ${WRKSRC}/configure
1997-12-19 21:47:06 -05:00
2000-08-06 07:51:34 -04:00
do-install:
${INSTALL_PROGRAM} ${WRKBUILD}/xloadimage ${PREFIX}/bin
@cd ${PREFIX}/bin && \
ln -sf xloadimage xsetbg && \
ln -sf xloadimage xview
2000-08-06 07:51:34 -04:00
${INSTALL_PROGRAM} ${WRKBUILD}/uufilter ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/xloadimage.man ${PREFIX}/man/man1/xloadimage.1
2003-04-05 21:59:48 -05:00
@perl -i -pe 's:%%SYSCONFDIR%%:${SYSCONFDIR}:' \
${PREFIX}/man/man1/xloadimage.1
2000-08-06 07:51:34 -04:00
@cd ${PREFIX}/man/man1 && \
ln -sf xloadimage.1 xsetbg.1 && \
ln -sf xloadimage.1 xview.1
2000-08-06 07:51:34 -04:00
${INSTALL_MAN} ${WRKSRC}/uufilter.man ${PREFIX}/man/man1/uufilter.1
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/xloadimage
2000-08-06 07:51:34 -04:00
${INSTALL_DATA} ${WRKSRC}/xloadimagerc \
${PREFIX}/share/examples/xloadimage/xloadimagerc
1997-12-19 21:47:06 -05:00
.include <bsd.port.mk>