freebsd-ports/print/gtklp/Makefile
Kirill Ponomarev 1cf2913b4c Update to version 1.0
PR:		ports/74083
Submitted by:	Ports Fury
2004-11-18 20:42:38 +00:00

33 lines
727 B
Makefile

# New ports collection makefile for: gtklp
# Date created: 22 Oct 2002
# Whom: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
#
# $FreeBSD$
#
PORTNAME= gtklp
PORTVERSION= 1.0
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ${PORTNAME}-${PORTVERSION}.src
MAINTAINER= ports@FreeBSD.org
COMMENT= A gtk interface to cups
LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-base
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_X_PREFIX= yes
USE_GNOME= gnometarget gtk20
USE_OPENSSL= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS"=${CPPFLAGS}" LDFLAGS="{LDFLAGS}"
MAN1= gtklp.1 gtklpq.1
CPPFLAGS= -I${LOCALBASE}/include
LDFLAGS= -L${LOCALBASE}/lib
.include <bsd.port.mk>