summaryrefslogtreecommitdiff
path: root/editors/gnotepad+/Makefile
blob: 46baefd6d804a81fda91ef34d81e762367d2ce0d (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
# New ports collection makefile for:	 gnotepad+
# Version required:	1.1.4
# Date created:		08-March-1999
# Whom:			brett@peloton.physics.montana.edu
#
# $Id: Makefile,v 1.2 1999/05/09 16:29:36 steve Exp $
#

DISTNAME=	gnotepad+-1.1.4
CATEGORIES=	editors www
MASTER_SITES=	http://ack.netpedia.net/gnp/

MAINTAINER=	brett@peloton.physics.montana.edu

LIB_DEPENDS=    Xpm.4:${PORTSDIR}/graphics/xpm \
		gtk12.2:${PORTSDIR}/x11-toolkits/gtk12

GTK_CONFIG?=	${X11BASE}/bin/gtk12-config

GNU_CONFIGURE=	yes
CONFIGURE_ENV=  GTK_CONFIG="${GTK_CONFIG}"

MAN1=	gnp.1

.include <bsd.port.mk>