freebsd-ports/graphics/kuickshow-kde4/Makefile
Pete Fritchman afbebb0cfe Set maintainer to ports@FreeBSD.org
Submitted by:	Anders Nordby <anders@fix.no> (previous maintainer)
2001-10-07 02:03:45 +00:00

34 lines
654 B
Makefile

# New ports collection makefile for: kuickshow
# Date created: 5 May 2001
# Whom: Anders Nordby <anders@fix.no>
#
# $FreeBSD$
#
PORTNAME= kuickshow
PORTVERSION= 0.8.2
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
GNU_CONFIGURE= yes
USE_IMLIB= yes
USE_KDELIBS_VER= 2
USE_GMAKE= yes
CONFIGURE_ENV+= KDEDIR="${LOCALBASE}"
CONFIGURE_ARGS+= --with-imlib-config=${X11BASE}/bin
post-patch:
@${PERL} -pi -e 's,-O2,,g' ${WRKSRC}/configure
.if !defined(NOPORTDOCS)
post-install:
@(cd ${WRKSRC}/doc && ${GMAKE} real-install)
.endif
.include <bsd.port.mk>