blob: 90bc1db74c79b591c23ad247ed44c01686628979 (
plain) (
blame)
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: icepref
# Date created: 06 June 2000
# Whom: Michael Urban <murban@tznet.com>
#
# $FreeBSD$
#
PORTNAME= icepref
PORTVERSION= 1.1
CATEGORIES= x11-wm
MASTER_SITES= http://209.132.18.205/downloads/portfiles/
MAINTAINER= murban@tznet.com
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/GTK.py:${PORTSDIR}/x11-toolkits/py-gtk
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_X_PREFIX= yes
USE_PYTHON= yes
USE_GTK= yes
NO_BUILD= yes
MAN1= icepref.1
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/icepref ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/icepref.1 ${PREFIX}/man/man1
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/icepref
.for DOC in README FAQ LICENSE
${INSTALL_DATA} ${WRKSRC}/${DOC} ${PREFIX}/share/doc/icepref
.endfor
.endif
.include <bsd.port.mk>
|