1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/deskutils/wmpinboard/Makefile
Thierry Thomas 07bd173377 - fix a coredump;
- take maintainership.

PR:		ports/74326
Submitted by:	Thomas Kempka.
2004-12-08 20:52:38 +00:00

32 lines
701 B
Makefile

# New ports collection makefile for: wmpinboard
# Date created: 17 January 1999
# Whom: Jim Mock <jim@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= wmpinboard
PORTVERSION= 1.0
PORTREVISION= 2
CATEGORIES= deskutils afterstep windowmaker
MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL}
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
MAINTAINER= t.kempka@web.de
COMMENT= Post-it notes for the WindowMaker dock or AfterStep Wharf
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.orig
USE_XPM= yes
USE_GETOPT_LONG= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
AUTOHEADER="${TRUE}"
MAN1= wmpinboard.1
PLIST_FILES= bin/wmpinboard
.include <bsd.port.mk>