# New ports collection makefile for: chapping # Date created: 01 Aug 2008 # Whom: Dmitry Marakasov # # $FreeBSD$ # PORTNAME= chapping PORTVERSION= 0.43 PORTREVISION= 8 CATEGORIES= games MASTER_SITES= http://forja.rediris.es/frs/download.php/760/ \ http://mirror.amdmi3.ru/distfiles/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= amdmi3@FreeBSD.org COMMENT= Turn based board football game USE_BZIP2= yes USE_GMAKE= yes USE_SDL= sdl image gfx ttf WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-source ALL_TARGET= linux post-patch: @${REINPLACE_CMD} -e 's|make|${GMAKE}|g' ${WRKSRC}/Makefile @${REINPLACE_CMD} -e '/^CXX=/ d; s|^SDL=.*|SDL=${SDL_CONFIG}|; \ /\.o:/ d; /^CXXFLAGS=/ s|=-g -Wall -O2|+=|' \ ${WRKSRC}/library/Makefile ${WRKSRC}/game/Makefile @${REINPLACE_CMD} -e 's|menuimg/|${DATADIR}/&|; s|themes/|${DATADIR}/&|' \ ${WRKSRC}/game/*.cpp do-install: ${INSTALL_PROGRAM} ${WRKSRC}/chapping ${PREFIX}/bin ${MKDIR} ${DATADIR} cd ${WRKSRC} && ${COPYTREE_SHARE} "menuimg themes" ${DATADIR}/ .include c='/~lantw44/cgit-data/cgit.png' alt='cgit logo'/> index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
blob: 8f9bc006beca9e500c17bb34f1e67720c5c77e52 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# New ports collection makefile for:    audio/linux-genpuid
# Date created:     2009-03-24
# Whom:         Christopher Key <cjk32@cam.ac.uk>
#
# $FreeBSD$
#

PORTNAME=   genpuid
PORTVERSION=    1.4
CATEGORIES= audio linux
MASTER_SITES=   https://secure.musicip.com/dns/files/
PKGNAMEPREFIX=  linux-
DISTNAME=   ${PORTNAME}_linux_${PORTVERSION}
EXTRACT_SUFX=   .tgz

MAINTAINER= ports@FreeBSD.org
COMMENT=    Application for generating MusicIP puids

USE_LINUX=      yes
NO_BUILD=       yes
IA32_BINARY_PORT=   yes

PLIST_FILES=    bin/genpuid bin/mipcore libexec/mipcore

do-install:
    ${BRANDELF} -t Linux ${WRKDIR}/${PORTNAME}-${PORTVERSION}/genpuid
    ${BRANDELF} -t Linux ${WRKDIR}/${PORTNAME}-${PORTVERSION}/mipcore
    ${INSTALL_PROGRAM} ${WRKDIR}/${PORTNAME}-${PORTVERSION}/genpuid ${PREFIX}/bin
    ${INSTALL_PROGRAM} ${WRKDIR}/${PORTNAME}-${PORTVERSION}/mipcore ${PREFIX}/libexec
    ${LN} -fhs ${PREFIX}/libexec/mipcore ${PREFIX}/bin/mipcore

.include <bsd.port.mk>