1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/editors/gnotepad+/Makefile

26 lines
539 B
Makefile
Raw Normal View History

# New ports collection makefile for: gnotepad+
# Version required: 1.1.4
# Date created: 08-March-1999
# Whom: brett@peloton.physics.montana.edu
#
1999-08-25 05:57:29 +00:00
# $FreeBSD$
#
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>