blob: 12a1ff1406aabe02ceb8f973d14d974ff547dd02 (
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
|
# New ports collection makefile for: stuphead
# Date created: 07 December 2000
# Whom: Sergey Osokin aka oZZ <ozz@FreeBSD.org.ru>
#
# $FreeBSD$
#
PORTNAME= stuphead
PORTVERSION= 0.4.9
PORTREVISION= 1
CATEGORIES= mail gnome
MASTER_SITES= http://stuphead.antex.ru/
MAINTAINER= ozz@FreeBSD.org.ru
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= yes
USE_LIBTOOL= yes
pre-patch:
@${PERL} -pi -e 's#DATADIRNAME=lib#DATADIRNAME=share#g' \
${WRKSRC}/configure
.include <bsd.port.mk>
|