blob: c9ee9e73f0fa593051fe260d76966f7ba13f7d3b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
# 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>
|