- Fix *DEPENDS

- USE_LIBTOOL
- Drop maintainership
- Bump PKGNAME
This commit is contained in:
alek 2005-10-03 19:01:19 +00:00
parent fece33e54b
commit c7de529526

View File

@ -1,17 +1,15 @@
# $OpenBSD: Makefile,v 1.29 2005/03/16 15:34:49 naddy Exp $
# $OpenBSD: Makefile,v 1.30 2005/10/03 19:01:19 alek Exp $
COMMENT= "enhanced printer spooler"
DISTNAME= LPRng-3.8.21
PKGNAME= ${DISTNAME}p0
PKGNAME= ${DISTNAME}p1
CATEGORIES= sysutils print
MASTER_SITES= ftp://ftp.lprng.com/pub/LPRng/LPRng/ \
ftp://sunsite.ualberta.ca/pub/Mirror/LPRng/ \
ftp://ftp.mono.org/pub/LPRng/
EXTRACT_SUFX= .tgz
MAINTAINER= Jeff Bachtel <jeff@cepheid.org>
# GPL / Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
@ -19,9 +17,6 @@ PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c crypto ssl util
MODULES= devel/gettext converters/libiconv
LIB_DEPENDS= gdbm.2::databases/gdbm
CONFIGURE_STYLE= gnu dest
CONFIGURE_ARGS= --with-sbindir=${PREFIX}/sbin \
--with-filterdir=${PREFIX}/libexec/filters \
@ -30,8 +25,9 @@ CONFIGURE_ARGS= --with-sbindir=${PREFIX}/sbin \
--with-printcap_path=${SYSCONFDIR}/printcap \
--with-cppopts=-I${LOCALBASE}/include \
--with-ldopts=-L${LOCALBASE}/lib \
--with-libiconv-prefix=${LOCALBASE} \
--with-libintl-prefix=${LOCALBASE}
--disable-nls
USE_LIBTOOL= Yes
CFLAGS+= -Dlog=mylog
FAKE_FLAGS= DESTDIR=${WRKINST} POSTINSTALL=NO prefix=${TRUEPREFIX} \