diff options
author | alex <alex@FreeBSD.org> | 2000-07-16 22:31:54 +0800 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2000-07-16 22:31:54 +0800 |
commit | 06dce7ca708c0f75db8691fe73786dd044733812 (patch) | |
tree | de86d34a7391107ebc39cb86ebd64798cc0003c7 /games/biorythm/Makefile | |
parent | b5f98409f91b092a6921884babfb93515794261b (diff) | |
download | freebsd-ports-gnome-06dce7ca708c0f75db8691fe73786dd044733812.tar.gz freebsd-ports-gnome-06dce7ca708c0f75db8691fe73786dd044733812.tar.zst freebsd-ports-gnome-06dce7ca708c0f75db8691fe73786dd044733812.zip |
- Update MASTER_SITES and WWW: line of pkg/DESCR
- Support CC/CFLAGS/PREFIX/LOCALBASE/X11BASE/etc properly
PR: 19757
Submitted by: Ports Fury
Diffstat (limited to 'games/biorythm/Makefile')
-rw-r--r-- | games/biorythm/Makefile | 30 |
1 files changed, 12 insertions, 18 deletions
diff --git a/games/biorythm/Makefile b/games/biorythm/Makefile index b14adb6d1981..7012e111e147 100644 --- a/games/biorythm/Makefile +++ b/games/biorythm/Makefile @@ -5,31 +5,25 @@ # $FreeBSD$ # -PORTNAME= biorythm -PORTVERSION= 1.1.1 -CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_SUNSITE} \ - http://home.sol.no/~sverrehu/pub-unix/files/ -MASTER_SITE_SUBDIR= games/amusements +PORTNAME= biorythm +PORTVERSION= 1.1.1 +CATEGORIES= games +MASTER_SITES= http://shh.thathost.com/pub-unix/files/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= shhmsg.1:${PORTSDIR}/devel/libshhmsg \ - shhopt.1:${PORTSDIR}/devel/libshhopt +LIB_DEPENDS= shhmsg.1:${PORTSDIR}/devel/libshhmsg \ + shhopt.1:${PORTSDIR}/devel/libshhopt -USE_GMAKE= yes +USE_GMAKE= yes -MAN6= biorythm.6 - -do-install: - @ ${INSTALL_PROGRAM} ${WRKSRC}/biorythm ${PREFIX}/bin - @ ${INSTALL_MAN} ${WRKSRC}/biorythm.6 ${PREFIX}/man/man6 +MAN6= biorythm.6 post-install: -.if !defined (NOPORTDOCS) - @ ${MKDIR} ${PREFIX}/share/doc/biorythm +.if !defined(NOPORTDOCS) + @${MKDIR} ${PREFIX}/share/doc/biorythm .for file in CREDITS ChangeLog README - @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/biorythm + ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/biorythm .endfor .endif |