1999-04-30 08:33:55 +00:00
|
|
|
# New ports collection makefile for: gnotepad+
|
1999-05-09 16:29:54 +00:00
|
|
|
# Version required: 1.1.4
|
1999-04-30 08:33:55 +00:00
|
|
|
# Date created: 08-March-1999
|
|
|
|
# Whom: brett@peloton.physics.montana.edu
|
|
|
|
#
|
1999-08-25 05:57:29 +00:00
|
|
|
# $FreeBSD$
|
1999-04-30 08:33:55 +00:00
|
|
|
#
|
|
|
|
|
1999-05-09 16:29:54 +00:00
|
|
|
DISTNAME= gnotepad+-1.1.4
|
1999-04-30 08:33:55 +00:00
|
|
|
CATEGORIES= editors www
|
1999-05-09 16:29:54 +00:00
|
|
|
MASTER_SITES= http://ack.netpedia.net/gnp/
|
1999-04-30 08:33:55 +00:00
|
|
|
|
|
|
|
MAINTAINER= brett@peloton.physics.montana.edu
|
|
|
|
|
|
|
|
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
|
1999-05-29 03:56:15 +00:00
|
|
|
gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
|
|
|
|
|
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
1999-04-30 08:33:55 +00:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
1999-05-29 03:56:15 +00:00
|
|
|
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
|
1999-04-30 08:33:55 +00:00
|
|
|
|
|
|
|
MAN1= gnp.1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|