1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/astro/wmsun/Makefile
David E. O'Brien 4f4c6521c9 Id->FreeBSD rename try 2.
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore.  This update would have been
insane otherwise.
1999-08-25 04:22:48 +00:00

30 lines
613 B
Makefile

# New ports collection makefile for: wmSun
# Version required: 1.03
# Date created: 16 April 1999
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
#
# $FreeBSD$
DISTNAME= wmSun-1.03
PKGNAME= wmsun-1.03
CATEGORIES= astro windowmaker
MASTER_SITES= http://nis-www.lanl.gov/~mgh/WindowMaker/
MAINTAINER= cpiazza@FreeBSD.org
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
WRKSRC= ${WRKDIR}/${DISTNAME}/wmSun
USE_GMAKE= yes
USE_X_PREFIX= yes
ALL_TARGET= clean all
MAN1= wmSun.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wmSun ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/wmSun.1 ${PREFIX}/man/man1
.include <bsd.port.mk>