36 lines
775 B
Makefile
36 lines
775 B
Makefile
# $OpenBSD: Makefile,v 1.2 2008/11/29 09:49:03 ajacoutot Exp $
|
|
|
|
COMMENT= library for handling paper characteristics
|
|
|
|
V= 1.1.21
|
|
DISTNAME= libpaper_${V}
|
|
PKGNAME= libpaper-${V}p0
|
|
SHARED_LIBS+= paper 0.0 # .2.2
|
|
CATEGORIES= print
|
|
|
|
HOMEPAGE= http://packages.debian.org/unstable/source/libpaper
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= http://ftp.debian.org/debian/pool/main/libp/libpaper/ \
|
|
http://ftp.fr.debian.org/debian/pool/main/libp/libpaper/
|
|
|
|
WRKDIST= ${WRKDIR}/libpaper-${V}
|
|
|
|
WANTLIB= c
|
|
|
|
USE_LIBTOOL= Yes
|
|
USE_GMAKE= Yes
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
|
|
|
|
pre-configure:
|
|
@perl -pi -e 's,/bin/bash,/bin/sh,g' ${WRKSRC}/src/paperconfig.in
|
|
|
|
.include <bsd.port.mk>
|