blob: 066cf65357338cd802e995a2a5d77500c48ae67f (
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
|
# New ports collection makefile for: goats
# Date created: Jul 7, 2003
# Whom: Pav Lucistnik <pav@oook.cz>
#
# $FreeBSD$
PORTNAME= goats
PORTVERSION= 2.2
PORTREVISION= 4
CATEGORIES= deskutils
MASTER_SITES= http://www.menudo.freeserve.co.uk/
MAINTAINER= pav@FreeBSD.org
COMMENT= Yellow post-it note applet for GNOME 2
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= libgnomeprintui gnomepanel libglade2 gnomeprefix gnomehack
INSTALLS_OMF= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
GCONF_SCHEMAS= goats.schemas
post-patch:
@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e 's|-D.*_DISABLE_DEPRECATED||g'
.include <bsd.port.mk>
|