mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
340b57f8be
- Bump PORTREVISION for all ports depending on libglut since the shlib version number went from 4 to 3. - Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't installed anymore. - Couple of ports fixes (mostly missing xorg components added to USE_XORG).
36 lines
830 B
Makefile
36 lines
830 B
Makefile
# New ports collection makefile for: XStarRoll
|
|
# Date created: 14 January 1999
|
|
# Whom: Sakai Hiroaki <sakai@miya.ee.kagu.sut.ac.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xstarroll
|
|
PORTVERSION= 1.1b
|
|
PORTREVISION= 3
|
|
PORTEPOCH= 1
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://www.saturn.dti.ne.jp/~hsakai/myfreesoft/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Letters fly to far, far, far away
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-1.1
|
|
|
|
USE_XORG= xpm xt xaw
|
|
ALL_TARGET= xstarroll
|
|
|
|
MAN1= xstarroll.1
|
|
PLIST_FILES= bin/xstarroll
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|/usr/X11R6|$${LOCALBASE}|g ; \
|
|
s|gcc |$${CC} |g ; \
|
|
s|-O |$${CFLAGS} |g' ${WRKSRC}/Makefile
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/xstarroll ${PREFIX}/bin/xstarroll
|
|
${INSTALL_MAN} ${WRKSRC}/xstarroll.man ${MANPREFIX}/man/man1/xstarroll.1
|
|
|
|
.include <bsd.port.mk>
|