mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
ffb21b5654
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
29 lines
635 B
Makefile
29 lines
635 B
Makefile
# New ports collection makefile for: neXtaw
|
|
# Date created: 16 January 1997
|
|
# Whom: Thomas Gellekum <tg@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= neXtaw
|
|
PORTVERSION= 0.9
|
|
CATEGORIES= x11-toolkits
|
|
MASTER_SITES= http://www.inf.ufrgs.br/~casantos/neXtaw/
|
|
|
|
MAINTAINER= tg@FreeBSD.org
|
|
|
|
USE_IMAKE= yes
|
|
INSTALLS_SHLIB= yes
|
|
|
|
MAN1= neXtclock.1
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${PREFIX}/share/doc/neXtaw
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/neXtaw
|
|
${INSTALL_DATA} ${WRKSRC}/doc/CHANGES ${PREFIX}/share/doc/neXtaw
|
|
${INSTALL_DATA} ${WRKSRC}/doc/FAQ ${PREFIX}/share/doc/neXtaw
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|