forked from Lainports/freebsd-ports
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
25 lines
547 B
Makefile
25 lines
547 B
Makefile
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gpaint
|
|
PORTVERSION= 0.3.3
|
|
DISTVERSIONPREFIX= 2-
|
|
PORTREVISION= 5
|
|
CATEGORIES= graphics gnome
|
|
MASTER_SITES= GNU_ALPHA
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Small-scale painting program for GNOME
|
|
|
|
USES= libtool pkgconfig
|
|
USE_GNOME= libgnomeprint libgnomeprintui
|
|
GNU_CONFIGURE= yes
|
|
LIBS+= -lm
|
|
|
|
PLIST_FILES= bin/gpaint-2 %%DATADIR%%/glade/gpaint.glade
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e \
|
|
's|_RESPONSE_DISCARD|_RESPONSE_NO|g' ${WRKSRC}/src/drawing.c
|
|
|
|
.include <bsd.port.mk>
|